Skip to content

Commit

Permalink
docs: update readme.md about libomp
Browse files Browse the repository at this point in the history
  • Loading branch information
cleardusk committed Oct 8, 2020
1 parent 714213b commit 70e7cde
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ pr.*
render_3dface.ipynb
test_onnx.py
benchmark.py
how_to_make_video_demos.txt
3 changes: 2 additions & 1 deletion examples/results/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
*.gif
*.list
*.ply
*.obj
*.obj
*.wav
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Compared to [3DDFA](https://github.com/cleardusk/3DDFA), 3DDFA_V2 achieves bette
## Getting started

### Requirements
See [requirements.txt](./requirements.txt), tested on macOS and Linux platforms. Note that this repo uses Python3. The major dependencies are PyTorch, numpy, opencv-python and onnxruntime, etc.
See [requirements.txt](./requirements.txt), tested on macOS and Linux platforms. The Windows users may refer to [FQA](#FQA) for building issues. Note that this repo uses Python3. The major dependencies are PyTorch, numpy, opencv-python and onnxruntime, etc. If you run the demos with `--onnx` flag to do acceleration, you may need to install `libomp` first, i.e., `brew install libomp` on macOS.

### Usage

Expand Down Expand Up @@ -98,6 +98,7 @@ Running on a video will give:
<img src="docs/images/out.gif" alt="demo" width="512px">
</p>

More results or demos to see: [Hathaway](https://guojianzhu.com/assets/videos/hatheway_3ddfa_v2.mp4).

<!-- Obviously, the eyes parts are not good. -->

Expand Down

0 comments on commit 70e7cde

Please sign in to comment.