tomas-gajarsky commited on
Commit
cf909aa
·
verified ·
1 Parent(s): 27df475

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - face-alignment
4
+ - facial-landmark-detection
5
+ license: mit
6
+ ---
7
+
8
+ # Facetorch Meta File
9
+
10
+ This meta file 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
+
22
+ This meta file is designed to be used with the Facetorch library. For usage instructions, please refer to the [Facetorch documentation](https://tomas-gajarsky.github.io/facetorch/facetorch/index.html).
23
+
24
+ ## Citation
25
+
26
+ If you use this meta file in your work, please make sure to appropriately credit the original authors. You may also consider citing the Facetorch library itself:
27
+
28
+ ```
29
+ @misc{facetorch,
30
+ author = {Gajarsky, Tomas},
31
+ title = {Facetorch: A Python Library for Analyzing Faces Using PyTorch},
32
+ year = {2024},
33
+ publisher = {GitHub},
34
+ journal = {GitHub Repository},
35
+ howpublished = {\url{https://github.com/tomas-gajarsky/facetorch}}
36
+ }
37
+ ```