AliaksandrSiarohin / first-order-model

This repository contains the source code for the paper First Order Motion Model for Image Animation
https://aliaksandrsiarohin.github.io/first-order-model-website/
MIT License
14.54k stars 3.22k forks source link

About pre-trained checkpoint #459

Closed yoyo-nb closed 3 years ago

yoyo-nb commented 3 years ago

When I tested with the pre-trained checkpoint, I found that the L1 distance of the VoxCeleb and taichiHD datasets was better than the L1 distance in the paper. I want to know why. Is the pre-trained checkpoint trained on the training set or on the entire dataset (including training set and testing set). Thank you.

AliaksandrSiarohin commented 3 years ago

Provided checkpoints obtained with more iterations. In paper number of iterations is chosen to be comparable with the baselines.

yoyo-nb commented 3 years ago

thank you!