convert-yolo-to-pascalvoc icon indicating copy to clipboard operation
convert-yolo-to-pascalvoc copied to clipboard

A python script to convert COCO into Pascal VOC 2012 format

Results 5 convert-yolo-to-pascalvoc issues
Sort by recently updated
recently updated
newest added

https://github.com/carolinepacheco/convert-yolo-to-pascalvoc/blob/452f6bcec50a6c3f43ec2124c2c98e9809076ea6/yolo_to_voc.py#L58 Please, consider files that have `.` in their names. A solution (not the best one) would be: ``` ids=[x[:-4] for x in l] ```

Can you plaease provide the code for conversion of pascal voc to yolo .txt or can you help me with my code: from __future__ import division import xml.etree.ElementTree as ET...

I had some corrupted image files in my dataset. Which i didn't recognize before. I started the script and in run to problems and crashed. error output: height, width, channels...

1) Accept multiple image types. You can add your own if you want. Right now it accepts. ["jpg", "jpeg", "png", "JPG", "PNG"]. 2) Also it accepts file name like "abc.bcd.sd.jpg"...