Skip to content
Open
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ cp /usr/lib/x86_64-linux-gnu/libstdc++.so.6 $CONDA_PATH/envs/facemaps/lib
### Dependencies:
```bash
conda install -c conda-forge dlib=19.4
https://docs.conda.io/projects/conda/en/latest/commands/install.html
conda install pytorch torchvision -c soumith
https://pytorch.org/get-started/locally/
pip install -r requirements.txt
https://pypi.org/project/conda/
```

# Deploying a local copy
Expand Down