You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for your code ! I am trying to run the segmentation task. But there is error :
File "eval.py", line 223, in eval_city
with open(join(devkit_dir, 'data', dset, 'info.json'), 'r') as fp:
IOError: [Errno 2] No such file or directory: '/data/ugui0/dataset/adaptation/taskcv-2017-public/segmentation/data/cityscapes/info.json'
can you help me ?
The text was updated successfully, but these errors were encountered:
Thank for your code ! I am trying to run the segmentation task. But there is error :
File "eval.py", line 223, in eval_city
with open(join(devkit_dir, 'data', dset, 'info.json'), 'r') as fp:
IOError: [Errno 2] No such file or directory: '/data/ugui0/dataset/adaptation/taskcv-2017-public/segmentation/data/cityscapes/info.json'
can you help me ?
The text was updated successfully, but these errors were encountered: