Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ J. Lin, Y. Yuan, and Z. Zou, [MeInGame: Create a Game Character Face from a Sing

```bash
pip install torch==1.4.0+cu100 torchvision==0.5.0+cu100 -f https://download.pytorch.org/whl/torch_stable.html
pip install opencv-python fvcore h5py scipy scikit-image dlib face-alignment scikit-learn tensorflow-gpu==1.14.0 gast==0.2.2
pip install scikit-build opencv-python fvcore h5py scipy scikit-image dlib face-alignment==1.2.0 scikit-learn tensorflow-gpu==1.14.0 gast==0.2.2
pip install "git+https://github.com/Agent-INF/pytorch3d.git@3dface"
```

Expand Down
2 changes: 2 additions & 0 deletions lib/face_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
except BaseException:
import urllib as request_file

def appdata_dir(name: str):
return os.path.abspath('.')

class LandmarksType(Enum):
"""Enum class defining the type of landmarks to detect.
Expand Down