piotrkawa / deepfake-whisper-features

Implementation of the paper "Improved DeepFake Detection Using Whisper Features"
MIT License
81 stars 5 forks source link

meta.csv file not found #17

Open amy32107 opened 3 months ago

amy32107 commented 3 months ago

after running the entire training process it shows this error ...............

FileNotFoundError: [Errno 2] No such file or directory: '/data2/am/data/release_in_the_wild/meta.csv'

why is it showing this error and where am i supposed to get this meta.csv file ?

piotrkawa commented 3 months ago

Hi, meta.csv is a metadata file in In-The-Wild dataset. It is located in the root directory of the downloaded dataset.

Best, Piotr