fix: raise detection confidence threshold to 0.7, move model cache to project dir
This commit is contained in:
parent
adf949b805
commit
9fc5bfc2c4
3 changed files with 29 additions and 3 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# Downloaded ML models
|
||||
models/
|
||||
Loading…
Add table
Add a link
Reference in a new issue