When I run code as below,I got :
python3.6 vod_converter/main.py --from udacity-crowdai --from-path home/ycyer/Udatasets1 --to voc --to-path home/ycyer/VOCdevkit/voc
INFO:root:Namespace(filter_images_without_labels=False, from_key='udacity-crowdai', from_path='home/ycyer/Udatasets1', select_only_known_labels=False, to_key='voc', to_path='home/ycyer/VOCdevkit/voc')
Failed to convert from udacity-crowdai to voc: Expected to find home/ycyer/Udatasets1/labels.csv
But I checked the Udatasets1,and found labels.csv is init,can anybody tell me where I was wrong?