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! :)
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 readFileNotFoundError: [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! :)