mirror of
https://github.com/Zeyi-Lin/HivisionIDPhotos.git
synced 2025-09-15 14:58:34 +08:00
* align + hd + dpi * sync inference * sync api * docs * Update README.md * refactor api_CN * docs update
31 lines
394 B
Plaintext
31 lines
394 B
Plaintext
*.pyc
|
|
**/__pycache__/
|
|
.idea
|
|
.vscode/*
|
|
.history
|
|
.DS_Store
|
|
.env
|
|
demo/kb_output/*.jpg
|
|
demo/kb_output/*.png
|
|
scripts/sync_swanhub.py
|
|
scripts/sync_huggingface.py
|
|
scripts/sync_modelscope.py
|
|
scripts/sync_all.py
|
|
**/flagged/
|
|
# build outputs
|
|
dist
|
|
build
|
|
# checkpoint
|
|
*.pth
|
|
*.pt
|
|
*.onnx
|
|
*.mnn
|
|
test/temp/*
|
|
!test/temp/.gitkeep
|
|
|
|
.python-version
|
|
|
|
# Ignore .png and .jpg files in the root directory
|
|
/*.png
|
|
/*.jpg
|