From 70e7cde4a893905c90bba08b66a69fae31917f07 Mon Sep 17 00:00:00 2001 From: cleardusk Date: Thu, 8 Oct 2020 17:03:08 +0800 Subject: [PATCH] docs: update readme.md about libomp --- .gitignore | 1 + examples/results/.gitignore | 3 ++- readme.md | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f1c70ec..fb8f542 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ pr.* render_3dface.ipynb test_onnx.py benchmark.py +how_to_make_video_demos.txt diff --git a/examples/results/.gitignore b/examples/results/.gitignore index 9649646..3e35edd 100644 --- a/examples/results/.gitignore +++ b/examples/results/.gitignore @@ -2,4 +2,5 @@ *.gif *.list *.ply -*.obj \ No newline at end of file +*.obj +*.wav diff --git a/readme.md b/readme.md index 5a62fbd..82bfeb7 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -98,6 +98,7 @@ Running on a video will give: demo

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