All Projects → DavideA → dilation-keras

DavideA / dilation-keras

Licence: MIT License
Multi-Scale Context Aggregation by Dilated Convolutions in Keras.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to dilation-keras

Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-31.94%)
Mutual labels:  segmentation, deeplearning
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+4620.83%)
Mutual labels:  segmentation, deeplearning
Mit Deep Learning
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Stars: ✭ 8,912 (+12277.78%)
Mutual labels:  segmentation, deeplearning
Segmentation keras
DilatedNet in Keras for image segmentation
Stars: ✭ 300 (+316.67%)
Mutual labels:  segmentation, deeplearning
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+241.67%)
Mutual labels:  segmentation, deeplearning
Alfred
alfred-py: A deep learning utility library for **human**, more detail about the usage of lib to: https://zhuanlan.zhihu.com/p/341446046
Stars: ✭ 460 (+538.89%)
Mutual labels:  segmentation, deeplearning
Awesome Gan For Medical Imaging
Awesome GAN for Medical Imaging
Stars: ✭ 1,814 (+2419.44%)
Mutual labels:  segmentation, deeplearning
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (+6.94%)
Mutual labels:  segmentation, deeplearning
Trixi
Manage your machine learning experiments with trixi - modular, reproducible, high fashion. An experiment infrastructure optimized for PyTorch, but flexible enough to work for your framework and your tastes.
Stars: ✭ 211 (+193.06%)
Mutual labels:  segmentation, deeplearning
Sparse Structured Attention
Sparse and structured neural attention mechanisms
Stars: ✭ 198 (+175%)
Mutual labels:  segmentation, deeplearning
Holy Edge
Holistically-Nested Edge Detection
Stars: ✭ 277 (+284.72%)
Mutual labels:  segmentation, deeplearning
rembg-greenscreen
Rembg Video Virtual Green Screen Edition
Stars: ✭ 210 (+191.67%)
Mutual labels:  segmentation, deeplearning
Jejunet
Real-Time Video Segmentation on Mobile Devices with DeepLab V3+, MobileNet V2. Worked on the project in 🏝 Jeju island
Stars: ✭ 258 (+258.33%)
Mutual labels:  segmentation, deeplearning
Deeplabv2 Keras
DeeplabV2 segmentation in Keras.
Stars: ✭ 38 (-47.22%)
Mutual labels:  segmentation, deeplearning
Keras Unet
Helper package with multiple U-Net implementations in Keras as well as useful utility tools helpful when working with image semantic segmentation tasks. This library and underlying tools come from multiple projects I performed working on semantic segmentation tasks
Stars: ✭ 196 (+172.22%)
Mutual labels:  segmentation, deeplearning
image segmentation dl
🍞 基于深度学习方法的图像分割(含语义分割、实例分割、全景分割)。
Stars: ✭ 76 (+5.56%)
Mutual labels:  segmentation, deeplearning
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+11.11%)
Mutual labels:  segmentation, deeplearning
deepflash2
A deep-learning pipeline for segmentation of ambiguous microscopic images.
Stars: ✭ 34 (-52.78%)
Mutual labels:  segmentation
TensorFlow-Advanced-Segmentation-Models
A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.
Stars: ✭ 64 (-11.11%)
Mutual labels:  segmentation
cluster tools
Distributed segmentation for bio-image-analysis
Stars: ✭ 26 (-63.89%)
Mutual labels:  segmentation

Multi-Scale Context Aggregation by Dilated Convolutions in Keras

This repository holds a Keras porting of the ICLR 2016 paper by Yu and Koltun. It holds the four semantic segmentation pretrained networks that you can find in the original repo (Caffe).

How to use

Just use the DilationNet function in dilation_net.py to get the model. To see an example, run predict.py.

Please note that the porting works on with the Theano dim ordering. Tensorflow backend should since if needed, the function convert_all_kernels_in_model is called. However, it is not tested.

Cityscapes model disclaimer: I didn't manage to convert the final upsampling layer (deconv with grouping), so I replaced it with Upsampling + Convolution.

Check the same network in Tensorflow.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].