diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..15d572fa02c7b1260758fc3c84a85eef0ec87f65 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +# OS / Editor +.DS_Store +Thumbs.db +.idea/ +.vscode/ + +# Python +__pycache__/ +*.py[cod] +*.pyo +*.pyd +*.so +.python-version +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.coverage +.coverage.* +htmlcov/ +.tox/ +.nox/ +.venv/ +venv/ +env/ +ENV/ +*.egg-info/ +*.egg + +# Node / Frontend +node_modules/ +frontend/node_modules/ +frontend/dist/ +frontend/.vite/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Build / Runtime logs +*.log +logs/ +tmp/ +temp/ + +# ML / Training / Inference outputs +runs/ +backend/runs/ +data/runs/ +backend/static/results/ +data/static/results/ + +# Local data artifacts +data/uploads/ +data/cache/ + diff --git a/frontend/src/views/Annotation.vue b/frontend/src/views/Annotation.vue index 7dd9fe5bdd5be5a4a535e289cc0afa75440b3fe1..dfaa0dad2ecb4837599650665557b9ec893b4d4d 100644 --- a/frontend/src/views/Annotation.vue +++ b/frontend/src/views/Annotation.vue @@ -4,56 +4,56 @@
- +分辨率: {{ currentVideoInfo?.width }}x{{ currentVideoInfo?.height }}
使用训练好的模型进行目标检测