Raykoooo / IAST

IAST: Instance Adaptive Self-training for Unsupervised Domain Adaptation (ECCV 2020)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing files *labelTrainIds.png

liyunsheng13 opened this issue · comments

Hi
Thanks for the good work. When I try to use the code, I got the missing file error that shows all the file with name *labelTrainIds.png from the cityscape dataset are missing. The ground truth files I can find have name without 'Train'. Could you help me check whether they are the same files or not.

If the files are the same, when I try to use your code I find after training the model with 800 iterations, I can only get mIOU 0.0049, which seems to be something wrong. I just use the file 'run_gtav2cityscapes_self_traing_only_t4.sh' with the pertained model you released.

Thanks
Yunsheng

This issue: #3

It works. I have another question about data loading. I find while images are resized, some error like "ValueError: Requested crop size (870, 1740) is larger than the image size (697, 1276)" occurs occasionally. Do you meet the similar problem?

It works. I have another question about data loading. I find while images are resized, some error like "ValueError: Requested crop size (870, 1740) is larger than the image size (697, 1276)" occurs occasionally. Do you meet the similar problem?

This is a bug caused by "RandomSizedCrop", I haven't fixed it yet.