umautobots / vod-converter

Convert between visual object detection datasets
MIT License
307 stars 93 forks source link

Expected subdirectory ImageSets within data [voc to kitti] #21

Closed ghost closed 4 years ago

ghost commented 6 years ago

@krosaen I am trying to convert from voc to kitti

home@home-lnx:~/Desktop/vod-converter-master$ python3.6 vod_converter/main.py --from voc --from-path datasets/ --to kitti --to-path dataset
INFO:root:Namespace(filter_images_without_labels=False, from_key='voc', from_path='datasets/', select_only_known_labels=False, to_key='kitti', to_path='dataset')
Failed to convert from voc to kitti: Expected subdirectory ImageSets within datasets//VOC2012
Abduoit commented 5 years ago

Have you solved this issue ?

ghost commented 4 years ago

@Abduoit you need to create folder structure according to what is in the code or u can create a symlink or you can change the path in code. This is solved

ghost commented 4 years ago

@krosaen please close this issue as this is solved.