Dootmaan/DSRL

dataset instructions

Opened this issue · 1 comments

Hi. I'm a noob.

I'm able to follow your clear instructions so far. (Thanks!)

I'm not sure exactly about the datasets I need.

I downloaded "checkpoint.pth.tar" and put it in my "pytorch-deeplab-xception" folder. Is that correct? Is that enough? Is this the folder that contains all the datasets referenced in mypath.py?

Any assistance would be so much appreciated.

All the best.

Hi there, sry for the long time waiting. I have been working on another project so i didn't pay much attention on this repo recent days.

I used Cityscapes in this expeiment and you can download it from here. The checkpoint.pth.tar is the pretrained weights for the model, and you can place it anywhere. Just remember to use the "-resume [path/to/weights]" when running train.py.