krumo / Domain-Adaptive-Faster-RCNN-PyTorch

Domain Adaptive Faster R-CNN in PyTorch
MIT License
304 stars 68 forks source link

convert image #27

Closed newera-001 closed 3 years ago

newera-001 commented 3 years ago

FileNotFoundError: [Errno 2] No such file or directory: './datasets/caronly_filtered_gtFine_val.json'

krumo commented 3 years ago

Hi, this error is caused by the fact that you don't generate the required caronly_filtered_gtFine_val.json in the correct location. Please consider to use the scripts in 'tools/cityscapes' and 'tools/kitti' to generate the corresponding files.

newera-001 commented 3 years ago

got it think u

At 2021-07-26 10:23:32, "Haoran Wang" @.***> wrote:

Hi, this error is caused by the fact that you don't generate the required caronly_filtered_gtFine_val.json in the correct location. Please consider to use the scripts in 'tools/cityscapes' and 'tools/kitti' to generate the corresponding files.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.