Skip to content
/ ENet Public
forked from TimoSaemann/ENet

ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation

Notifications You must be signed in to change notification settings

ArsenLuca/ENet

 
 

Repository files navigation

ENet in Caffe

Alt text

Execution times and hardware requirements

Network 1024x512 1280x720 Parameters Model size (fp32)
ENet 22.4 ms 35.0 ms 0.36 M 1.5 MB
SegNet 66.5 ms 114.3 ms 29.4 M 117.8 MB

A comparison of computational time, number of parameters and model size required for ENet and SegNet. The caffe time command was used to compute time requirement averaged over 100 iterations. Hardware setup: Intel Xeon E5-1620v3, Titan X Pascal with cuDNN v5.1.

Tutorial

For a detailed introduction on how to train and test ENet please see the tutorial.

Publication

This work has been published in arXiv: ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation.

License

This software is released under a creative commons license which allows for personal and research use only. You can view a license summary here: http://creativecommons.org/licenses/by-nc/4.0/

About

ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.2%
  • C++ 13.4%
  • Shell 0.4%