-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
12 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 |
---|---|---|
|
@@ -14,8 +14,8 @@ By [Jianzhu Guo](http://guojianzhu.com). | |
</p> | ||
|
||
**\[Updates\]** | ||
- `2020.8.2`: Update a simple c++ port of this project, see [here](./c++/readme.md). The implementation relies on the new OpenCV (4.2.0+) framework to read onnx and do the inference. | ||
- `2020.7.3`: The extended work [Towards Fast, Accurate and Stable 3D Dense Face Alignment](https://guojianzhu.com/assets/pdfs/3162.pdf) is accepted by <strong>[ECCV 2020](https://eccv2020.eu/)</strong>. | ||
- `2020.8.2`: Update a <strong>[simple c++ port](./c++/readme.md)</strong> of this project. | ||
- `2020.7.3`: The extended work <strong>[Towards Fast, Accurate and Stable 3D Dense Face Alignment](https://guojianzhu.com/assets/pdfs/3162.pdf)</strong> is accepted by [ECCV 2020](https://eccv2020.eu/). See [my page](https://guojianzhu.com) for more details. | ||
- `2019.9.15`: Some updates, see the commits for details. | ||
- `2019.6.17`: Adding a [video demo](./video_demo.py) contributed by [zjjMaiMai](https://github.com/zjjMaiMai). | ||
- `2019.5.2`: Evaluating inference speed on CPU with PyTorch v1.1.0, see [here](#CPU) and [speed_cpu.py](./speed_cpu.py). | ||
|
@@ -32,6 +32,7 @@ By [Jianzhu Guo](http://guojianzhu.com). | |
|
||
**\[Todo\]** | ||
|
||
- [x] Add c++ port. | ||
- [x] Depth image estimation. | ||
- [x] PNCC (Projected Normalized Coordinate Code). | ||
- [x] PAF (Pose Adaptive Feature). | ||
|
@@ -311,4 +312,4 @@ Welcome to focus on my 3D face related works: [MeGlass](https://github.com/clear | |
## Contact | ||
**Jianzhu Guo (郭建珠)** [[Homepage-Academic](http://guojianzhu.com), [Homepage-Blog](http://vlog.guojianzhu.com), [Google Scholar](https://scholar.google.com/citations?user=W8_JzNcAAAAJ&hl=en&oi=ao)]: **[email protected]**. | ||
**Jianzhu Guo (郭建珠)** [[Homepage](http://guojianzhu.com), [Google Scholar](https://scholar.google.com/citations?user=W8_JzNcAAAAJ&hl=en&oi=ao)]: **[email protected]** or **[email protected]**. |