LAV-DF
LAV-DF copied to clipboard
Evaluation on my custom dataset
Thank you for your awesome work!
Now, I want to evaluate my own data based on the provided ckpt of batfd_plus. My custom dataset does not have any more information except for the video itself.
Following the code in dataset/lavdf.py, I generate my own metadata.min.json, which is shown as follows:
{ "file": "test/Idexcwshaun1.mp4", "fake_periods": [], "split": "test", "video_frames": 287 }
But I have encountered many errors, such as in dataset/lavdf.py, model/batfd_plus.py.
Or could you help me to inference the single video for deepfake localizations based on batfd_plus?
Looking forward to your reply! Best wishes.