Skip to content

Instantly share code, notes, and snippets.

View vijeshkpaei's full-sized avatar
🤖
Follow your Passion, start Coding !!!

Vijesh KP vijeshkpaei

🤖
Follow your Passion, start Coding !!!
View GitHub Profile
@vijeshkpaei
vijeshkpaei / yolo_to_voc.py
Created November 27, 2019 11:11 — forked from goodhamgupta/yolo_to_voc.py
Convert yolo coordinates to VOC format
# Script to convert yolo annotations to voc format
# Sample format
# <annotation>
# <folder>_image_fashion</folder>
# <filename>brooke-cagle-39574.jpg</filename>
# <size>
# <width>1200</width>
# <height>800</height>
# <depth>3</depth>