wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
MIT License
1.74k stars 480 forks source link

How to train my own dataset? #133

Closed QbaixueQ closed 5 years ago

QbaixueQ commented 5 years ago

Thank you for this repo. I tried to train with labelme-labeled pictures and I got an error: [Errno 2] No such file or directory: '/home/cuda/data/datasets/VOC/benchmark_RELEASE/dataset/cls/000009.mat' How should I modify the code so that it can train .png images?

Thanks

wkentaro commented 5 years ago

See https://github.com/wkentaro/pytorch-fcn/issues/126