RogerZhangzz / CAG_UDA

(NeurIPS2019) Category Anchor-Guided Unsupervised Domain Adaptation for Semantic Segmentation
MIT License
142 stars 20 forks source link

GTA5/split.mat #5

Closed cuishuhao closed 4 years ago

cuishuhao commented 4 years ago

Thanks for your job. When I try to reproduce your job by running 'train.py', I could not find the file of 'GTA5/split.mat'. I could not find it in GTA5, and could you share the file?

RogerZhangzz commented 4 years ago

Hi,

Just go to the website for the GTA5 dataset. 'https://download.visinf.tu-darmstadt.de/data/from_games/' Then searching 'split' as the keyword, you would find the file. It is released via a link in the paragraph of 'Data'. Or just annotate the code of loading 'split.mat' in 'gta5_dataset.py: 72'. The split file is not necessary to reproduce the CAG method. Plz notice that there are some updates five days before to fix some bugs.

Thanks.

cuishuhao commented 4 years ago

Thank you. It is solved.