Spaces:
Running
Running
File size: 359 Bytes
5ea080f 1c25fe3 5ea080f c6f96c3 5ea080f 1c25fe3 c6f96c3 1c25fe3 c6f96c3 1c25fe3 c6f96c3 1c25fe3 402b504 1c25fe3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
*.pyc
**/__pycache__/
.idea
.vscode/*
.DS_Store
.env
demo/kb_output/*.jpg
demo/kb_output/*.png
# build outputs
dist
build
# checkpoint
*.pth
*.pt
*.onnx
*.mnn
test/temp/*
!test/temp/.gitkeep
!hivision/creator/weights/rmbg-1.4.onnx
!hivision/creator/weights/birefnet-v1-lite.onnx
!hivision/creator/retinaface/weights/retinaface-resnet50.onnx
.python-version
|