We provide training and testing tools on synthetics data.
Download Face Synthetics dataset
from https://github.com/microsoft/FaceSynthetics and put it somewhere.
Then use tools/prepare_synthetics.py for training data preparation.
- pytorch_lightning
- timm
- albumentations
python -u trainer_synthetics.py
which uses resnet50d
as backbone by default, please check the code for detail.
Please check test_synthetics.py for detail.