Sheng-Yu Wang

Results 89 comments of Sheng-Yu Wang

Sorry I also haven't figured out a way to download from Box using bash scripts. Would it be possible to download it manually first? Meanwhile, I'll look for other ways...

Can you try running `bash weights/download_weights.sh` under the project folder? The script will download the weights inside the `weights` folder.

https://cmu.box.com/s/c1ic1lrg15m3fdwgf8femcxs1splshi1 This link contains both the test data and validation data.

To get the chance, first we assume we have a model that outputs real or fake by flipping a fair coin, regardless of the input. Then, for any given recall,...

Thanks for your inquiry! Unfortunately, we currently do not have plans to build a tensorflow version of our project, but I'll let you know if there are any updates.

Thanks so much for your interest! The training code was just released!

We are aiming to release the training code by around CVPR. Thanks!

Would you mind checking that if the dimension of the detected face is less than 256 pixels? For the deepfake images, we noticed that most crops are less than 256...

This is interesting, thanks for letting us know! Would you mind testing the raw frames in the Faceforensics++ dataset and see if it works? We were testing on the validation...

There are several notes that might help: 1) Our models are trained on images in 256 pixels and tested on images that are mostly in 256 pixels. There are cases...