Skip to content

Commit 5bab93e

Browse files
committed
README update
1 parent 27744e4 commit 5bab93e

File tree

12 files changed

+143
-16
lines changed

12 files changed

+143
-16
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ __dump
5757

5858
## visual code files
5959
.vscode
60-
60+
render_dataset.py
6161
shapes.pt
6262
partial
6363
images

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ cd MICA
3232
```
3333
you will be asked to provide `{flame_user}` and `{flame_password}` for your FLAME account in order to access the file server.
3434

35-
### Pre-trained Model
35+
### Pre-trained Models
3636

37-
If you decide to not use the installation script, the pretrained model can be found under the [MPI-IS storage server](https://keeper.mpdl.mpg.de/f/db172dc4bd4f4c0f96de/?dl=1). After downloading, please place it in the `/data/pretrained/mica.tar` location.
37+
If you decide to not use the installation script, the pretrained model can be found under the [MPI-IS storage server](https://keeper.mpdl.mpg.de/f/db172dc4bd4f4c0f96de/?dl=1). After downloading, please place it in the `/data/pretrained/mica.tar` location. Additionally, you will need to provide models for `inisghtface`:
38+
1) [antelopev2](https://keeper.mpdl.mpg.de/f/2d58b7fed5a74cb5be83/?dl=1)
39+
2) [buffalo_l](https://keeper.mpdl.mpg.de/f/8faabd353cfc457fa5c5/?dl=1)
40+
41+
then you need to unzip them and place in `~/.insightface/models/`. The `install.sh` script does it for you.
3842

3943
### How To Use
4044

@@ -53,7 +57,7 @@ The testing was done using two datasets, [Stirling](http://pics.stir.ac.uk/ESRC/
5357
### Citation
5458
If you use this project in your research please cite MICA:
5559
```bibtex
56-
@article{MICA:ECCV2022,
60+
@proceedings{MICA:ECCV2022,
5761
author = {Zielonka, Wojciech and Bolkart, Timo and Thies, Justus},
5862
title = {Towards Metrical Reconstruction of Human Faces},
5963
journal = {European Conference on Computer Vision},

datasets/README.md

Lines changed: 64 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,70 @@ To obtain the dataset please follow each link separately and request the given s
88
In the case of any questions feel free to <a href="mailto:&#109;&#105;&#099;&#097;&#064;&#116;&#117;&#101;&#046;&#109;&#112;&#103;&#046;&#100;&#101;">email us</a>.
99

1010
<div align="center">
11-
12-
| Dataset | Subjects | Source |
13-
|----------------------------|----------|------------------------------------------------------------------------------------------------------------------------------|
14-
| **Stirling** | 133 | <a href="http://pics.stir.ac.uk/ESRC/" target="_blank">pics.stir.ac.uk</a> |
15-
| **D3DFACS** | 10 | <a href="https://www.cs.bath.ac.uk/~dpc/D3DFACS/" target="_blank">cs.bath.ac.uk</a> |
16-
| **Florence 2D/3D** | 53 | <a href="https://www.micc.unifi.it/resources/datasets/florence-3d-faces/" target="_blank">micc.unifi.it</a> |
17-
| **BU-3DFE** | 100 | <a href="https://www.cs.binghamton.edu/~lijun/Research/3DFE/3DFE_Analysis.html" target="_blank">cs.binghamton.edu</a> |
18-
| **LYHM** | 1211 | <a href="https://www-users.cs.york.ac.uk/~nep/research/LYHM/" target="_blank">cs.york.ac.uk</a> |
19-
| **FaceWarehouse** | 150 | <a href="http://kunzhou.net/zjugaps/facewarehouse/" target="_blank">kunzhou.net</a> |
20-
| **[FRGC](#frgc-subset)** | 531 | <a href="https://cvrl.nd.edu/projects/data/#face-recognition-grand-challenge-frgc-v20-data-collection" target="_blank">cvrl.nd.edu</a> |
21-
| **[BP4D+](#bp4d-subset)** | 127 | <a href="http://www.cs.binghamton.edu/~lijun/Research/3DFE/3DFE_Analysis.html" target="_blank">cs.binghamton.edu</a> |
22-
11+
<table cellspacing="0" cellpadding="0" bgcolor="#ffffff" border="0">
12+
<tr>
13+
<th>FLAME Renderings</th>
14+
<th>Dataset</th>
15+
<th>Subjects</th>
16+
<th>Source</th>
17+
</tr>
18+
<tr></tr>
19+
<tr>
20+
<td><img src="../documents/STIRLING.gif"></td>
21+
<td><b>Stirling</b></td>
22+
<td>133</td>
23+
<td><a href="http://pics.stir.ac.uk/ESRC/" target="_blank">pics.stir.ac.uk</a></td>
24+
</tr>
25+
<tr></tr>
26+
<tr>
27+
<td><img src="../documents/D3DFACS.gif"></td>
28+
<td><b>D3DFACS</b></td>
29+
<td>10</td>
30+
<td><a href="https://www.cs.bath.ac.uk/~dpc/D3DFACS/" target="_blank">cs.bath.ac.uk</a></td>
31+
</tr>
32+
<tr></tr>
33+
<tr>
34+
<td><img src="../documents/FLORENCE.gif"></td>
35+
<td><b>Florence 2D/3D</b></td>
36+
<td>53</td>
37+
<td><a href="https://www.micc.unifi.it/resources/datasets/florence-3d-faces/" target="_blank">micc.unifi.it</a></td>
38+
</tr>
39+
<tr></tr>
40+
<tr>
41+
<td><img src="../documents/BU3DFE.gif"></td>
42+
<td><b>BU-3DFE</b></td>
43+
<td>100</td>
44+
<td><a href="https://www.cs.binghamton.edu/~lijun/Research/3DFE/3DFE_Analysis.html" target="_blank">cs.binghamton.edu</a></td>
45+
</tr>
46+
<tr></tr>
47+
<tr>
48+
<td><img src="../documents/LYHM.gif"></td>
49+
<td><b>LYHM</b></td>
50+
<td>1211</td>
51+
<td><a href="https://www-users.cs.york.ac.uk/~nep/research/LYHM/" target="_blank">cs.york.ac.uk</a></td>
52+
</tr>
53+
<tr></tr>
54+
<tr>
55+
<td><img src="../documents/FACEWAREHOUSE.gif"></td>
56+
<td><b>FaceWarehouse</b></td>
57+
<td>150</td>
58+
<td><a href="http://kunzhou.net/zjugaps/facewarehouse/" target="_blank">kunzhou.net</a></td>
59+
</tr>
60+
<tr></tr>
61+
<tr>
62+
<td><img src="../documents/FRGC.gif"></td>
63+
<td><b>FRGC</b></td>
64+
<td>531</td>
65+
<td><a href="https://cvrl.nd.edu/projects/data/#face-recognition-grand-challenge-frgc-v20-data-collection" target="_blank">cvrl.nd.edu</a</td>
66+
</tr>
67+
<tr></tr>
68+
<tr>
69+
<td><img src="../documents/BP4D.gif"></td>
70+
<td><b>BP4D+</b></td>
71+
<td>127</td>
72+
<td><a href="http://www.cs.binghamton.edu/~lijun/Research/3DFE/3DFE_Analysis.html" target="_blank">cs.binghamton.edu</a></td>
73+
</tr>
74+
</table>
2375
</div>
2476

2577
Each subset zip file has the following structure:

documents/BP4D.gif

1.74 MB
Loading

documents/BU3DFE.gif

1.7 MB
Loading

documents/D3DFACS.gif

1.55 MB
Loading

documents/FACEWAREHOUSE.gif

1.61 MB
Loading

documents/FLORENCE.gif

1.69 MB
Loading

documents/FRGC.gif

1.7 MB
Loading

documents/LYHM.gif

1.73 MB
Loading

0 commit comments

Comments
 (0)