Add YOLO & COCO 어노테이션 유틸리티 스크립트
This commit is contained in:
51
.gitignore
vendored
Normal file
51
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user