2024-07-03 20:32:47 +00:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
**/__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
**/*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# Model weights
|
|
|
|
**/*.pth
|
|
|
|
**/*.onnx
|
|
|
|
|
2024-07-10 15:39:49 +00:00
|
|
|
pretrained_weights/*.md
|
|
|
|
pretrained_weights/docs
|
2024-07-17 08:57:33 +00:00
|
|
|
pretrained_weights/liveportrait
|
2024-08-02 14:39:05 +00:00
|
|
|
pretrained_weights/liveportrait_animals
|
2024-07-10 15:39:49 +00:00
|
|
|
|
2024-07-03 20:32:47 +00:00
|
|
|
# Ipython notebook
|
|
|
|
*.ipynb
|
|
|
|
|
|
|
|
# Temporary files or benchmark resources
|
|
|
|
animations/*
|
|
|
|
tmp/*
|
2024-07-10 15:39:49 +00:00
|
|
|
.vscode/launch.json
|
2024-07-17 08:57:33 +00:00
|
|
|
**/*.DS_Store
|
2024-07-24 14:22:43 +00:00
|
|
|
gradio_temp/**
|
2024-07-25 10:50:54 +00:00
|
|
|
|
|
|
|
# Windows dependencies
|
|
|
|
ffmpeg/
|
|
|
|
LivePortrait_env/
|
2024-08-02 14:39:05 +00:00
|
|
|
|
|
|
|
# XPose build files
|
|
|
|
src/utils/dependencies/XPose/models/UniPose/ops/build
|
|
|
|
src/utils/dependencies/XPose/models/UniPose/ops/dist
|
|
|
|
src/utils/dependencies/XPose/models/UniPose/ops/MultiScaleDeformableAttention.egg-info
|