Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
MICA - Towards Metrical Reconstruction of Human Faces [ECCV2022]
| Date | Stars |
|---|---|
| 2026-07-24 | 642 |
| 2026-07-25 | 642 |
| 2026-07-28 | 642 |
| 2026-07-30 | 645 |
| 2026-08-06 | 645 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<h2 align="center"><b>MICA - Towards Metrical Reconstruction of Human Faces</b></h2>
<h4 align="center"><b><a href="https://zielon.github.io/" target="_blank">Wojciech Zielonka</a>, <a href="https://sites.google.com/site/bolkartt/" target="_blank">Timo Bolkart</a>, <a href="https://justusthies.github.io/" target="_blank">Justus Thies</a></b></h4>
<h6 align="center"><i>Max Planck Institute for Intelligent Systems, Tübingen, Germany</i></h6>
<h4 align="center">
<a href="https://youtu.be/vzzEbvv08VA" target="_blank">Video </a>
<a href="https://arxiv.org/pdf/2204.06607.pdf" target="_blank">Paper </a>
<a href="https://zielon.github.io/mica/" target="_blank">Project Website </a>
<a href="https://github.com/Zielon/metrical-tracker" target="_blank">Face Tracker </a>
<a href="https://github.com/Zielon/MICA/tree/master/datasets/" target="_blank"><b>Dataset </b></a>
<a href="https://keeper.mpdl.mpg.de/f/6b12c44378e64738b993/" target="_blank">Supplemental </a>
<a href="mailto:mica@tue.mpg.de">Email</a>
</h4>
<div align="center">
<img src="documents/teaser.jpg">
<i style="font-size: 1.05em;">Official Repository for ECCV 2022 paper Towards Metrical Reconstruction of Human Faces</i>
</div>
<br>
<div align="center">
⚠ The face tracker is now available under <a href="https://github.com/Zielon/metrical-tracker" target="_blank">Metrical Photometric Tracker </a> ⚠
</div>
### Installation
After cloning the repository please install the environment by using attached conda `environment.yml` file with the command
``conda env create -f environment.yml``. Additionally, the FLAME2020 model is needed. To obtain it please create an account at the [website](https://flame.is.tue.mpg.de/) download the model and place it in the `/data/pretrained/FLAME2020/` folder.
You can also simply run the `install.sh` script:
```shell
git clone https://github.com/Zielon/MICA.git
cd MICA
./install.sh
```
you will be asked to provide `{flame_user}` and `{flame_password}` for your FLAME account in order to access the file server.
### Pre-trained Models
If you decide to not use the installation script, the pretrained model can be found under the [link](https://drive.google.com/file/d/1bYsI_spptzyuFmfLYqYkcJA6GZWZViNt/view?usp=sharing). After downloading, please place it in the `/data/pretrained/mica.tar` location. Additionally, you will need to provide models for `inisghtface`:
1) [antelopev2](https://drive.google.com/file/d/16PWKI_RjjbE4_kqpElG-YFqe8FpXjads/view?usp=sharing)
2) [buffalo_l](https://drive.google.com/file/d/1navJMy0DTr1_DHjLWu1i48owCPvXWfYc/view?usp=sharing)
then you need to unzip them and place in `~/.insightface/models/`. The `install.sh` script does it for you.
### How To Use
To use MICA you can simply run the `demo.py` file. It will process all the images from `demo/input/` folder and create the output destination for each subject with `.ply` mesh, rendered image, and `.npy` FLAME parameters.
### Dataset and Training
The MICA dataset consists of eight smaller datasets for about 2300 subjects under a common FLAME topology. Read more information about how to obtain and use it under the [link](https://github.com/Zielon/MICA/tree/master/datasets/). To train MICA the images from all eight datasets are needed. The repository contains scripts how to generate the Arcface input images as well as the complete list of all the images used for the training. More information can be found [here](https://github.com/Zielon/MICA/tree/master/datasets).
When you train from scratch for Arcface model initialization please download [Glint360K](https://github.com/deepinsight/insightface/tree/master/recognition/arcface_torch) and specify the path to it in the config as `cfg.model.arcface_pretrained_model`.
### Testing
The testing was done using two datasets, [Stirling](http://pics.stir.ac.uk/ESRC/) and [NoW](https://now.is.tue.mpg.de/). In the [mExcerpt of 4,601 characters
Read on GitHub29
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:9fe87fbb60eeb5aa, topic:neural-network, readme:train from scratch
matched fp:9fe87fbb60eeb5aa, topic:computer-vision