6.2
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@@ -1,20 +1,23 @@
|
|||||||
# 推理结果(保留空目录占位)
|
# ---------- 输入(视频、Excel/表、转码产物,本地放置)----------
|
||||||
|
/input/*
|
||||||
|
!/input/.gitkeep
|
||||||
|
|
||||||
|
# ---------- 推理结果(保留空目录占位)----------
|
||||||
/output/*
|
/output/*
|
||||||
!/output/.gitkeep
|
!/output/.gitkeep
|
||||||
|
|
||||||
# 用户放入的测试视频 / 转码产物(保留商品表 Excel)
|
# ---------- 模型权重(setup.sh 检查,需本地放置)----------
|
||||||
/input/*.mp4
|
/weights/*
|
||||||
/input/*.avi
|
!/weights/.gitkeep
|
||||||
/input/*.mkv
|
|
||||||
/input/*.mov
|
|
||||||
/input/remuxed/
|
|
||||||
|
|
||||||
# 运行期 ROI / 日志
|
doctor_identity_package/*.pth
|
||||||
/output/*.json
|
doctor_identity_package/.mediapipe_models/
|
||||||
/output/*.txt
|
|
||||||
/output/*.log
|
|
||||||
|
|
||||||
# Python 环境与缓存
|
# 其他数据目录(若从 vendor 拷贝 Excel/权重)
|
||||||
|
/data/
|
||||||
|
|
||||||
|
# ---------- 运行期临时 / 缓存 ----------
|
||||||
|
*.pth.tar
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
@@ -26,13 +29,18 @@ venv/
|
|||||||
*.egg-info/
|
*.egg-info/
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
.pytest_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.ruff_cache/
|
||||||
|
htmlcov/
|
||||||
|
.coverage
|
||||||
|
|
||||||
# Jupyter / 临时文件
|
# ---------- Jupyter / 编辑器临时 ----------
|
||||||
.ipynb_checkpoints/
|
.ipynb_checkpoints/
|
||||||
*.swp
|
*.swp
|
||||||
*~
|
*~
|
||||||
|
|
||||||
# IDE / 系统
|
# ---------- IDE / 系统 ----------
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
weights/.gitkeep
Normal file
0
weights/.gitkeep
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user