Skip to content

Instantly share code, notes, and snippets.

@goodhamgupta citation has been corrected.
#Script to convert yolo annotations to voc format
import os
import xml.etree.cElementTree as ET
from PIL import Image
ANNOTATIONS_DIR_PREFIX = "data"
Yığın dizi uygulaması (Stack array implementation)
stack list implementation