Zidu-Wang commited on
Commit
fbbfd9f
1 Parent(s): e2bcbbc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -11
README.md CHANGED
@@ -1,23 +1,40 @@
1
- # Dataset Card for 3DDFA-V3
2
 
3
- This is the synthetic facial expression dataset used in [3DDFA-V3](https://arxiv.org/abs/2312.00311) in [CVPR2024 (Highlight)](https://cvpr.thecvf.com/Conferences/2024/AcceptedPapers). Please see our [github repository](https://github.com/wang-zidu/3DDFA-V3/).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
 
6
  ## Dataset Summary
7
 
8
  ```
9
  data
10
- ├── mouth_open.zip # 96,152
11
- ├── ugly_mouth.zip # 72,114
12
- ├── frown.zip # 216,342
13
- ├── eye_close.zip # 72,114
14
- ├── mouth+eye_close.zip # 96,152
15
- └── nose.zip # 24,038
16
  ```
17
 
18
- Our method for facial expression synthesis is capable of generating the desired expressions in a controlled, large-scale, and rapid manner. Currently, we have generated more than 500K samples of expression data. Please note that there may be some incorrect expressions in the data, and the users should filter them according to their own needs (only for research usage).
19
-
20
-
21
  ## Citation
22
  If you use our work in your research, please cite our publication:
23
  ```
 
1
+ # Data Card for 3DDFA-V3
2
 
3
+ This repository provides the data used in [CVPR2024 (Highlight)](https://cvpr.thecvf.com/Conferences/2024/AcceptedPapers) paper [3DDFA_V3](https://arxiv.org/abs/2312.00311). Please see our [github repository](https://github.com/wang-zidu/3DDFA-V3/blob/master/data/README.md) for details.
4
+
5
+ ## Assets Summary
6
+
7
+ ```
8
+ assets
9
+ ├── face_model.npy # (face model)
10
+ ├── large_base_net.pth
11
+ ├── net_recon.pth # (backbone)
12
+ ├── retinaface_resnet50_2020-07-20_old_torch.pth
13
+ ├── similarity_Lm3D_all.mat
14
+ ├── indices_38365_35709.npy # (optional)
15
+ ├── indices_53215_35709.npy # (optional)
16
+ ├── indices_53215_38365.npy # (optional)
17
+ ├── indices_53490_35709.npy # (optional)
18
+ ├── meanshape-68ldms.obj # (optional)
19
+ ├── meanshape-106ldms.obj # (optional)
20
+ ├── meanshape-134ldms.obj # (optional)
21
+ ├── meanshape-parallel.obj # (optional)
22
+ └── meanshape-seg.obj # (optional)
23
+ ```
24
 
25
 
26
  ## Dataset Summary
27
 
28
  ```
29
  data
30
+ ├── mouth_open.zip # 96,152
31
+ ├── ugly_mouth.zip # 72,114
32
+ ├── frown.zip # 216,342
33
+ ├── eye_close.zip # 72,114
34
+ ├── mouth+eye_close.zip # 96,152
35
+ └── nose.zip # 24,038
36
  ```
37
 
 
 
 
38
  ## Citation
39
  If you use our work in your research, please cite our publication:
40
  ```