tomas-gajarsky commited on
Commit
0063eb7
·
verified ·
1 Parent(s): df8b670

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,14 +1,21 @@
1
  ---
2
- language: en
3
  tags:
4
  - face-alignment
5
  - facial-landmark-detection
 
6
  ---
7
 
8
  # Facetorch Model
9
 
10
  This model is part of the [Facetorch](https://github.com/tomas-gajarsky/facetorch) library, a Python toolkit for facial detection and analysis using PyTorch.
11
 
 
 
 
 
 
 
 
12
 
13
  ## Usage
14
 
@@ -27,4 +34,4 @@ If you use this model in your work, please make sure to appropriately credit the
27
  journal = {GitHub Repository},
28
  howpublished = {\url{https://github.com/tomas-gajarsky/facetorch}}
29
  }
30
- ```
 
1
  ---
 
2
  tags:
3
  - face-alignment
4
  - facial-landmark-detection
5
+ license: mit
6
  ---
7
 
8
  # Facetorch Model
9
 
10
  This model is part of the [Facetorch](https://github.com/tomas-gajarsky/facetorch) library, a Python toolkit for facial detection and analysis using PyTorch.
11
 
12
+ Source:
13
+ * code: [SynergyNet](https://github.com/choyingw/SynergyNet)
14
+ * challenge: [Wu et al. - Synergy between 3DMM and 3D Landmarks for Accurate 3D Facial Geometry](https://arxiv.org/abs/2110.09772)
15
+ * [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/synergy-between-3dmm-and-3d-landmarks-for/face-alignment-on-aflw)](https://paperswithcode.com/sota/face-alignment-on-aflw?p=synergy-between-3dmm-and-3d-landmarks-for)
16
+ * [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/synergy-between-3dmm-and-3d-landmarks-for/head-pose-estimation-on-aflw2000)](https://paperswithcode.com/sota/head-pose-estimation-on-aflw2000?p=synergy-between-3dmm-and-3d-landmarks-for)
17
+ * [![PWC](https://img.shields.io/endpoint.svg?url=https://paperswithcode.com/badge/synergy-between-3dmm-and-3d-landmarks-for/face-alignment-on-aflw2000-3d)](https://paperswithcode.com/sota/face-alignment-on-aflw2000-3d?p=synergy-between-3dmm-and-3d-landmarks-for)
18
+
19
 
20
  ## Usage
21
 
 
34
  journal = {GitHub Repository},
35
  howpublished = {\url{https://github.com/tomas-gajarsky/facetorch}}
36
  }
37
+ ```