microsoft / ProDA

Prototypical Pseudo Label Denoising and Target Structure Learning for Domain Adaptive Semantic Segmentation (CVPR 2021)
https://arxiv.org/abs/2101.10979
MIT License
286 stars 44 forks source link

A Problem of Using Pretrained Model #13

Closed flyingintoskyq closed 3 years ago

flyingintoskyq commented 3 years ago

Hi~ I want to use the pretrained model "GTA5 -> Cityscapes". However, when running the command python test.py --bn_clr --student_init simclr --resume ./pretrained/gta2citylabv2_stage3/from_gta5_to_cityscapes_on_deeplabv2_best_model.pkl, I encountered an error that read FileNotFoundError: [Errno 2] No such file or directory: '/mnt/blob\\Dataset/GTA5\\split.mat'. So, could you please describe how to set the correct path, and how to configure the dataset? Thanks! :)

HaoL20 commented 3 years ago

Download read_mapping.zip of GTA5,and split.mat in the read_mapping folder