Skip to content

Instantly share code, notes, and snippets.

View devika-28's full-sized avatar
😄
Excited to learn

Devika Bihani devika-28

😄
Excited to learn
View GitHub Profile
@goodhamgupta
goodhamgupta / yolo_to_voc.py
Last active January 24, 2024 12:05
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>