lisiyao21 / AnimeInterp

The code for CVPR21 paper "Deep Animation Video Interpolation in the Wild"
396 stars 38 forks source link

Could you please provide the weight after the "training phase" ? #27

Open BoYu-Chen123 opened 2 years ago

BoYu-Chen123 commented 2 years ago

Thanks for your excellent work!

Could you please provide the weight after the "training phase", which is after the stage "training on a real-world dataset for 200 epochs" ?

We train this network in two phases: the training phase and the fine-tuning phase. In the training phase, we first pretrain the recurrent flow refinement (RFR) network following [28], and then fix the weights of RFR to train the rest parts of proposed network on a real-world dataset proposed in [33] for 200 epochs.

Thank you so much!!!