Open MickaMickaMicka opened 6 years ago
UPDATE: works if I change
f_name = image_path.split("/")[-1]
to
f_name = image_path.split("\\")[-1]
in lines 38 and 101 of udacity.py
I'm not a python pro, but maybe someone can cange the code so that it works for both ways of folder listing?
huh, I wonder if this is a platform specific character escaping issue, thanks for the heads up!
what OS are you running on?
Windows 7 with Anaconda for python. Converting from KITTI to VOC worked out of the box.
I'm trying to convert from udacity-autti and udacity-crowdai to voc, but only the raw folders are generated without any files inside. Converting from KITTI to voc works like a charm.
I am using this command in Anaconda:
Getting this output:
This folder is generated: _D:\data\CrowdAIvoc\object-detection-crowdai\VOC2012\ with subfolders: Annotations ImageSets\Main JPEGImages
same for --from udacity-autti
Images and labels.csv are placed in _D:\data\CrowdAIdataset\object-detection-crowdai
what am I doing wrong or is there a problem with the scripts?