forked from floratest1/SpireCV
87 lines
1007 B
Plaintext
87 lines
1007 B
Plaintext
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
models/
|
|
confs/
|
|
ZLM/
|
|
ZLMediaKit/
|
|
ffmpeg-4.2.5/
|
|
nv-codec-headers/
|
|
*.bz2
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
.eggs/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
.idea/
|
|
calib_webcam_1280x720.yaml
|
|
calib_webcam_640x480.yaml
|
|
sv_algorithm_params.json
|
|
sv_algorithm_params_coco_1280.json
|
|
sv_algorithm_params_coco_640.json
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# VSCode Editor
|
|
.vscode/
|
|
|