Skip to content

Instantly share code, notes, and snippets.

View cansik's full-sized avatar
🌿

Florian Bruggisser cansik

🌿
View GitHub Profile
@cansik
cansik / 0-generate-yolo-annotations.py
Last active February 26, 2024 15:36
Generate yolo annotations for the CubiCasa5k dataset.
import os
from pathlib import Path
from PIL import Image
from bs4 import BeautifulSoup
from multiprocessing import Pool, Lock
import re
from svg.path import parse_path