convert2Yolo icon indicating copy to clipboard operation
convert2Yolo copied to clipboard

This project purpose is convert voc annotation xml file to yolo-darknet training file format

Results 18 convert2Yolo issues
Sort by recently updated
recently updated
newest added

I convert instances_val2017.json in coco dataset, there are 5000 images in validation set, but I only got 4952 output txt. I am wondering why there's difference between them.(I expect to...

I would add more flexibility to the images types (at the moment I need to choose one). Images could be .jpg, .png, .jpeg, etc. in the same dataset.

![Capture](https://user-images.githubusercontent.com/58237349/70364882-f0a52980-188e-11ea-9568-f2e77266fcf7.PNG) Hello, I get this error when trying to parse VOC. Can somebody help me with that? Thanks

I don't think it should be a requirement that every image has 1 or more labelled objects. Code works fine (and outputs a 0-length YOLO output) simply by changing Format.py...

hello I use voc 2 yolo and i have two classes. The output of the same image are separated into 2 txt with all 0 and all 1 it canont...

After running the script i got this error msg > YOLO Generating Result : False, msg : ERROR : 'dining table' is not in list, moreInfo : Format.py 704 any...

Hello, I am trying to convert over 500,000 files and each little error stops the processing and I have to then hunt for the missing item in my xml files....

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 ` ```python Error message: VOC...

Hello @ssaru , I'm trying to execute the script like this: python example.py --datasets KITTI --img_path ./images/000021.jpg --label ./images/000021.txt --convert_output_path test.txt --img_type ".jpg" --manipast_path manipast.txt --cls_list_file names.txt But it doesn't...

doing