初始版本,接近数据不对

This commit is contained in:
jinggaoyang-68
2024-12-09 21:04:49 +08:00
commit 22786992f7
10 changed files with 1341 additions and 0 deletions

41
.gitignore vendored Normal file
View File

@ -0,0 +1,41 @@
# Python 编译产物和临时文件
*.pyc
__pycache__/
*.pyo
*.pyd
*.pyz
*.pyw
# virtualenv / venv / env
env/
venv/
.venv/
# pipenv
.venv
Pipfile.lock
# poetry
.venv
poetry.lock
# PyCharm
.idea/
*.iml
# Visual Studio Code
.vscode/
# 日志和临时文件
*.log
logs/
temp/
Log/
# macOS
.DS_Store
# Windows
Thumbs.db
det_images/*