feat: add fire detection training pipeline

This commit is contained in:
2026-08-10 17:04:06 +08:00
parent c71e0be5cc
commit 67d5b40736
11 changed files with 759 additions and 14 deletions

18
.gitignore vendored
View File

@@ -4,10 +4,22 @@ __pycache__/
build/
dist/
wheels/
*.egg-info
*.egg-info/
# Virtual environments
.venv
# Virtual environments and caches
.venv/
.ruff_cache/
# IDEs
.idea/
.vscode/
# Local datasets and training outputs
data/*
runs/
# Model artifacts
*.pt
*.onnx
*.engine
*.torchscript