Closed jcdubron closed 5 years ago
I just use the original ERFNet model as the pretrained model, which is trained on Cityscape dataset. You can also train the model from scratch. As to the image size, I crop the original image to remove the upper part which is totally background and then resize the cropped image to (208, 976).
Thank you for your reply.
Thanks for your codes for lane detection. I wonder where the ERFNet pretrained model comes from or could you provide more details about pretraining setting?
In
train_erfnet.sh
, the image shape is (208, 976) that does not correspond to the ratio of (590, 1640). Why?