da-faster-rcnn-PyTorch icon indicating copy to clipboard operation
da-faster-rcnn-PyTorch copied to clipboard

could you provide scripts for cityscape to pascal voc style?

Open codingwolfman opened this issue 5 years ago • 2 comments

i use the prepare_data.m in https://github.com/yuhuayc/da-faster-rcnn, and meet one error

system(sprintf('find %s -name "*.png"', ... fullfile(source_data_dir,'leftImg8bit','train'))) 拒绝访问 - CITYSCAPES\LEFTIMG8BIT\TRAIN 找不到文件 - -NAME

ans =

 1

codingwolfman avatar Jun 18 '19 02:06 codingwolfman

hi, you can use the python script here https://github.com/yuhuayc/da-faster-rcnn/pull/18/files
and split the trainval.txt into train_s.txt and train_t.txt
hope it can help you

stormchasingg avatar Jul 26 '19 02:07 stormchasingg

i use the prepare_data.m in https://github.com/yuhuayc/da-faster-rcnn, and meet one error

system(sprintf('find %s -name "*.png"', ... fullfile(source_data_dir,'leftImg8bit','train'))) 拒绝访问 - CITYSCAPES\LEFTIMG8BIT\TRAIN 找不到文件 - -NAME

ans =

 1

我也遇到了同样的bug,请问您解决了吗

zaiquanyang avatar Oct 30 '21 11:10 zaiquanyang