erfnet_segmentation icon indicating copy to clipboard operation
erfnet_segmentation copied to clipboard

My own Implementation of the ERFNet Semantic Segmentation architecture in Tensorflow, trained on the CamvidDataset

Results 6 erfnet_segmentation issues
Sort by recently updated
recently updated
newest added

Hello Ron, I followed your steps for training the model on CamVid dataset, I got the model but how to use it now to give it some images and to...

Hello, We have been successfully able to modify your code and train our model. As per your tutorial, we were able to visualize as per expectation that training is going...

Hi, Thanks for your code. I found that the functions erfnetA and erfnet B didn't use the parameter dropout (dropout = 0.3,always). (erfnet_segmentation/erfnet.py) So, the dropout doesn't be closed when...

Hi, Thanks for your code. I am quite impressed by the pretty drawing of the network architecture. May I ask what tools you use? Thanks. -s7ev3n

Great repo! I see you got around 48% IoU on the validation set... Any ideas on why it's leveling out at 20% for me (didn't change anything)? Thanks