TensorFlow-ENet
TensorFlow-ENet copied to clipboard
TensorFlow implementation of ENet
Hi kwotsin, thanks a lot for your work. May I ask what the mIOU is of your testing results on CamVid? I reproduced it with your repo and it is...
Hi there, First of all, thank you for this contribution! Just a small typo on line 112---it should be: if i * 10 + j == **233**: or perhaps, better:...
Added a few flags to predict_segmentation.py (similar to train_enet.py and test_enet.py) so it can be more customizable. Also included a predict.sh file with a usage example of the flags.
According the official example of tensorflow, https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/slim/python/slim/nets/resnet_utils.py in line 226, the decay value is 0.997; I'm using a revised ENet in tensorflow, but I can't get the iou value as...