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

View File

@@ -0,0 +1,10 @@
{
"permissions": {
"allow": [
"Bash(python yolo_annotation_modify.py:*)",
"Bash(git config:*)"
],
"deny": [],
"ask": []
}
}