Deepfake-Detection-Challenge-DFAD2023
Deepfake-Detection-Challenge-DFAD2023 copied to clipboard
trying to use the pretrained model
Hello,
I'm trying to use your state-of-the-art model in a comparative study I'm writing regarding image forensics/deepfakes. (Will reference this reseach, ofc.)
I've cloned this repo, but while trying to run test.py, there are issues
on the first line: from datasets import load_dataset
there is no "load_dataset" file to be found in the map datasets, how do I fix this issue? I suspect i'll run into many more issues trying to run the code, have you guys considered uploading the environment in a docker image? (installing all dependencies such as torch, yaml, argparse, numpy,...)
Thank you, Student from UHasselt