ssaru / convert2Yolo

This project purpose is convert voc annotation xml file to yolo-darknet training file format
458 stars 182 forks source link

Problem with running code #25

Open Faisalsouz opened 4 years ago

Faisalsouz commented 4 years ago

I have this issue with following line of code. python example.py --datasets VOC --img_path invoices-PascalVOC-export/JPEGImages --label invoices-PascalVOC-export/Annotations --convert_output_path yolo_converted --img_type ".jpg" --manipast_path yolo_converted --cls_list_file C:\Users\fkhalil\primeStone\deep_net\darknet\data\invoiceLabels\invoices-PascalVOC-export\classes.names

Error message:
VOC Parsing Result : False, msg : ERROR : , moreInfo : <class 'StopIteration'>  Format.py       224

Note: Classes contains the name of all classed I have use in Vott application to label the images.