Add YOLO & COCO 어노테이션 유틸리티 스크립트

This commit is contained in:
2025-11-18 09:46:55 +09:00
commit ca488a0cc4
102 changed files with 8593752 additions and 0 deletions

51
.gitignore vendored Normal file
View File

@@ -0,0 +1,51 @@
# Python
*.py[cod]
*$py.class
__pycache__/
*.so
*.egg
*.egg-info/
dist/
build/
.Python
# Virtual environments
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Backup files (annotation tool backups)
*_backup_*.json
*_backup_*.yaml
*_backup_*.txt
labels_backup_*/
*.bak
# Test data (if you don't want to commit test datasets)
# Uncomment below if needed:
# dataset/
# data/
# *.jpg
# *.png
# *.txt
# Logs
*.log
# Temporary files
*.tmp
temp/
tmp/