HongguLiu / Deepfake-Detection

The Pytorch implemention of Deepfake Detection based on Faceforensics++
https://github.com/ondyari/FaceForensics
Apache License 2.0
293 stars 57 forks source link

'test_CNN.py' prediction results always get '1' #7

Open boozyguo opened 4 years ago

boozyguo commented 4 years ago

hello @HongguLiu I try 'test_CNN.py' to predict images. But the prediction results always get '1'. I wonder there is any preprocessing of input images or other preprocessing? Thank you.

boozyguo commented 4 years ago

@HongguLiu Would you please upload some test images?

HongguLiu commented 4 years ago

Sorry about late to reply. In this project, the main purpose is providing the training process. So we would like you to train your own model. And we will upload better pritrained models and the method to obtain training and test data.