-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 👷 metal performance shader * update readme * added m2 requirements * bump up torch and torchvision version * 👷 fix issue with paths and built bundle * 🔗 dot-macos.zip link * construction_worker: update README instructions * Update README.md * remove comment --------- Co-authored-by: Giorgio Patrini <[email protected]>
- Loading branch information
1 parent
09830a7
commit 06c764e
Showing
21 changed files
with
286 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
--- | ||
swap_type: faceswap_cv2 | ||
model_path: ./saved_models/faceswap_cv/shape_predictor_68_face_landmarks.dat | ||
model_path: saved_models/faceswap_cv/shape_predictor_68_face_landmarks.dat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
swap_type: fomm | ||
model_path: ./saved_models/fomm/vox-adv-cpk.pth.tar | ||
model_path: saved_models/fomm/vox-adv-cpk.pth.tar | ||
head_pose: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
swap_type: simswap | ||
parsing_model_path: ./saved_models/simswap/parsing_model/checkpoint/79999_iter.pth | ||
arcface_model_path: ./saved_models/simswap/arcface_model/arcface_checkpoint.tar | ||
checkpoints_dir: ./saved_models/simswap/checkpoints | ||
parsing_model_path: saved_models/simswap/parsing_model/checkpoint/79999_iter.pth | ||
arcface_model_path: saved_models/simswap/arcface_model/arcface_checkpoint.tar | ||
checkpoints_dir: saved_models/simswap/checkpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
swap_type: simswap | ||
parsing_model_path: ./saved_models/simswap/parsing_model/checkpoint/79999_iter.pth | ||
arcface_model_path: ./saved_models/simswap/arcface_model/arcface_checkpoint.tar | ||
checkpoints_dir: ./saved_models/simswap/checkpoints | ||
parsing_model_path: saved_models/simswap/parsing_model/checkpoint/79999_iter.pth | ||
arcface_model_path: saved_models/simswap/arcface_model/arcface_checkpoint.tar | ||
checkpoints_dir: saved_models/simswap/checkpoints | ||
crop_size: 512 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: dot | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- python=3.8 | ||
- pip=21.3 | ||
- pip: | ||
- -r ../requirements-apple-m2.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# | ||
# pip-compile setup.cfg | ||
# | ||
absl-py==1.1.0 | ||
# via mediapipe | ||
attrs==21.4.0 | ||
# via mediapipe | ||
certifi==2022.12.7 | ||
# via requests | ||
chardet==4.0.0 | ||
# via requests | ||
click==8.0.2 | ||
# via dot (setup.cfg) | ||
cycler==0.11.0 | ||
# via matplotlib | ||
dlib==19.19.0 | ||
# via dot (setup.cfg) | ||
face-alignment==1.3.3 | ||
# via dot (setup.cfg) | ||
flatbuffers==2.0 | ||
# via onnxruntime | ||
fonttools==4.34.4 | ||
# via matplotlib | ||
idna==2.10 | ||
# via requests | ||
imageio==2.19.3 | ||
# via scikit-image | ||
kiwisolver==1.4.3 | ||
# via matplotlib | ||
kornia==0.6.5 | ||
# via dot (setup.cfg) | ||
llvmlite==0.38.1 | ||
# via numba | ||
matplotlib==3.5.2 | ||
# via mediapipe | ||
mediapipe-silicon | ||
# via dot (setup.cfg) | ||
mediapipe==0.10.3 | ||
networkx==2.8.4 | ||
# via scikit-image | ||
numba==0.55.2 | ||
# via face-alignment | ||
numpy==1.22.0 | ||
# via | ||
# dot (setup.cfg) | ||
# face-alignment | ||
# imageio | ||
# matplotlib | ||
# mediapipe | ||
# numba | ||
# onnxruntime | ||
# opencv-contrib-python | ||
# opencv-python | ||
# pywavelets | ||
# scikit-image | ||
# scipy | ||
# tifffile | ||
# torchvision | ||
onnxruntime==1.15.1 | ||
# via dot (setup.cfg) | ||
opencv-contrib-python==4.5.5.62 | ||
# via | ||
# dot (setup.cfg) | ||
# mediapipe | ||
opencv-python==4.5.5.62 | ||
# via | ||
# dot (setup.cfg) | ||
# face-alignment | ||
packaging==21.3 | ||
# via | ||
# kornia | ||
# matplotlib | ||
# scikit-image | ||
pillow==9.3.0 | ||
# via | ||
# dot (setup.cfg) | ||
# imageio | ||
# matplotlib | ||
# scikit-image | ||
# torchvision | ||
protobuf==3.20.2 | ||
# via | ||
# dot (setup.cfg) | ||
# mediapipe | ||
# onnxruntime | ||
pyparsing==3.0.9 | ||
# via | ||
# matplotlib | ||
# packaging | ||
python-dateutil==2.8.2 | ||
# via matplotlib | ||
pywavelets==1.3.0 | ||
# via scikit-image | ||
pyyaml==5.4.1 | ||
# via dot (setup.cfg) | ||
requests==2.25.1 | ||
# via dot (setup.cfg) | ||
scikit-image==0.19.1 | ||
# via | ||
# dot (setup.cfg) | ||
# face-alignment | ||
scipy==1.10.1 | ||
# via | ||
# dot (setup.cfg) | ||
# face-alignment | ||
# scikit-image | ||
six==1.16.0 | ||
# via | ||
# mediapipe | ||
# python-dateutil | ||
tifffile==2022.5.4 | ||
# via scikit-image | ||
torch==2.0.1 | ||
# via | ||
# dot (setup.cfg) | ||
# face-alignment | ||
# kornia | ||
# torchvision | ||
torchvision==0.15.2 | ||
# via dot (setup.cfg) | ||
tqdm==4.64.0 | ||
# via face-alignment | ||
typing-extensions==4.3.0 | ||
# via torch | ||
urllib3==1.26.10 | ||
# via requests | ||
wheel==0.38.1 | ||
# via mediapipe | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.