by Xinqi Fan, Ali Shahid, and Hong Yan
This repository is for our work Facial Micro-Expression Generation based on Deep Motion Re-targeting and Transfer Learning.
Python 3.6
PyTorch 1.6
Clone the repository:
git clone https://github.com/xinqi-fan/FMEG
cd FMEG
- Please download CASME, SMIC, and SAMM.
- Modify the path to your dataset in the following config/camse-256.yaml, config/smic-256.yaml, config/samm-256.yaml.
- Please find them here
- Please refer to train.sh and modify the related checkpoint path.
- Please refer to demo.sh and modify the related paths.
- The pretrained weights can be found in the above mentioned links.
To be updated
We welcome any pull request for improving the code.
More information can be found from the original first-order-motion repo.