This commit is contained in:
hsz
2026-06-02 18:04:09 +08:00
parent 07816bd18a
commit 1569056904
8 changed files with 22 additions and 14 deletions

36
.gitignore vendored
View File

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

0
weights/.gitkeep Normal file
View File

Binary file not shown.

Binary file not shown.

Binary file not shown.