Skip to content

Instantly share code, notes, and snippets.

View vijeshkpaei's full-sized avatar
🤖
Dare to Dream , Be Passionate

Vijesh K P vijeshkpaei

🤖
Dare to Dream , Be Passionate
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>