ENet icon indicating copy to clipboard operation
ENet copied to clipboard

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

Results 58 ENet issues
Sort by recently updated
recently updated
newest added

I kick it quick start by using the trained model provide in model zoo, but there is an opencv error, really confusing: ``` OpenCV Error: Assertion failed ((lutcn == cn...

How can i perform transfer learning on Enet. solutions and suggestion will be helpful

To resolve error, TypeError: 16.0 has type float, but expected one of: int, long And also to make it Python3 compatible.

Hi, I tried compiling caffe-enet using the instructions given in the tutorial. However when I try to do `make pycaffe` it gives the following error: `make: *** No rule to...

python3 create_enet_prototxt.py --source /ENet/dataset/train_fine_cityscapes.txt --mode train_encoder Traceback (most recent call last): File "create_enet_prototxt.py", line 284, in network, prev_layer = bottleneck(n, prev_layer, 1, 0, 64, 'downsampling') # stage, number_bottleneck, num_input, File...

I have implemented this ENet project on nvidia Jetson TX2 with jetpack 3.0 (cuda 8 , cudnn 5.1 , ubuntu 16.04) . and during the training of the encoder ,...

Does anyone reproduce the ENet?Why the params and GFLOPs of my reproduced Network are about 10 and 4 times bigger than the values mentiond in the original paper (Table 3)...

Thanks for your works,but when I use this net to train the datasets of Pascal_voc,the result wasn't convergency. What should I do to solve this error?

Those unlabeled area is red in your example prediction. I checked your implementation, you have 19 output classes for Cityscape, but just do argmax to get the class. How do...