MesoNet icon indicating copy to clipboard operation
MesoNet copied to clipboard

"MesoNet: a Compact Facial Video Forgery Detection Network" (D. Afchar, V. Nozick) - IEEE WIFS 2018

Results 6 MesoNet issues
Sort by recently updated
recently updated
newest added

I'm trying to detect fake video and it does not work. Here is the video I'm using for fake detection https://youtu.be/r1jng79a5xc Here is output ```shell Dealing with video Jennifer Lawrence-Buscemi...

Migrating code to work on tensorflow 2.0 and adding running on directory

I have tested your code, but I find it doesn't appear like what you claimed. Maybe I have something wrong in test method. If you want my test dataset, you...

The output which you shown is very far different from what we are getting, Could u please show us the implementation process of yours in a video. As we have...

I have an issue while attempting to access the provided dataset link "Invalid link 'code'." Appreciate your support in this.

Hi, I tried making some changes, - The optimizer now correctly uses `learning_rate` instead of `lr`. - `BatchNormalization` layers have been moved before activations. - The loss function has been...