Первый коммит: код классификатора наручных знаков (Naruto)

This commit is contained in:
2026-07-02 10:43:34 +03:00
commit 5aaad30795
63 changed files with 5781 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# --- Данные и модели (большие, не для git) ---
in/models/
out/
*.pth
*.pt
*.onnx
*.ckpt
# --- IDE ---
.idea/
.vscode/
# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.ipynb_checkpoints/
.venv/
venv/
env/
# --- ОС ---
.DS_Store
Thumbs.db