DariusAf / MesoNet

"MesoNet: a Compact Facial Video Forgery Detection Network" (D. Afchar, V. Nozick) - IEEE WIFS 2018
Apache License 2.0
251 stars 112 forks source link

Training Meso4 #10

Closed abnishstha closed 5 years ago

abnishstha commented 5 years ago

Hi @DariusAf Can you share with us code how did you train your models Meso4.

Thanks.

DariusAf commented 5 years ago

Hi, you can find the code on this issue with the exact parameters used for data augmentation. From there, you can loop on next(generator) or use fit_generator.

Hope that helps,