Skip to content

geyang/image-segmentation

Repository files navigation

tags
deep-learning
playground

Playground/image-segmentation

This TensorFlow implementation of ENet is forked from @fregu856. You can find his original code here: @fregu856/segmentation.git, which is implemented based on the pyTorch version at https://github.com/e-lab/ENet-training

Show me the money!

Here is a gif of the trained network: click on the gif 👈 to go to the youtube video.

ENet segmentation cityscapes stuggart 00

TODOs

  • parallelize training to use more GPUs

ENet Paper:

The original paper for this model could be found here: 2016 Adam Paszke, et.al., ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation

Common Problems

If you encounter the "No gradient defined for operation 'MaxPoolWithArgmax_1' (op type: MaxPoolWithArgmax)", you just need to use a GPU tensorflow instance, b/c the max_pool_with_argmax operator is not defined for the CPU. k

About

Getting familiar with image segmentation

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages