davidtvs / PyTorch-ENet

PyTorch implementation of ENet
MIT License
383 stars 129 forks source link

About the cityscape dataset 1024*512. #24

Open 100sby opened 5 years ago

100sby commented 5 years ago

Hello!Thanks for your code.i trained on cityscapes for epoch=300,but the best model is when epoch210 ,miou is 50.00%.The question is, is it because the size of the data set I use is the original size not 1024*512

davidtvs commented 5 years ago

Hi,

I never tried training with full resolution images so I don't really know what is a normal score. I can give it a try but don't really know when I'll be able to

LinRui9531 commented 5 years ago

Hello!Thanks for your code.i trained on cityscapes for epoch=300,but the best model is when epoch210 ,miou is 50.00%.The question is, is it because the size of the data set I use is the original size not 1024*512

I also trainede on Cityscape with size of 1024*512. And my best model is when epoch 220,miou 51.58%.