YudeWang / deeplabv3plus-pytorch

Here is a pytorch implementation of deeplabv3+ supporting ResNet(79.155%) and Xception(79.945%). Multi-scale & flip test and COCO dataset interface has been finished.
MIT License
625 stars 117 forks source link

how i use my own dataset? #30

Open memeda2232 opened 5 years ago

memeda2232 commented 5 years ago

my own dataset is coco style,how to write dataset.py?

PiaoShihao commented 4 years ago

Hello, the author gave advice at #16 , you may check that.