ControlNet / LAV-DF

[CVIU] Glitch in the Matrix: A Large Scale Benchmark for Content Driven Audio-Visual Forgery Detection and Localization
https://www.sciencedirect.com/science/article/pii/S1077314223001984
Other
67 stars 8 forks source link

Testing LAV-DF metadata.min.json #9

Closed senemaktas closed 9 months ago

senemaktas commented 10 months ago

Hello , I have several forged face video. And I would like to test them on LAVDF.

Can i run this without audio file ?

And When I give video path , it gives "LAVDF\LAV-DF\utils.py", line 16, in read_json with open(path, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: './db/metadata.min.json' " error.

What is "metadata.min.json", how to create one?

Thanks for your work.

ControlNet commented 9 months ago

Can i run this without audio file ?

Yes you can, but not directly. Please modify the code and use the visual boundary map output.

What is "metadata.min.json", how to create one?

metadata.min.json is metadata.json without word level timestamps. You can directly use metadata.json by renaming to metadata.min.json.

senemaktas commented 9 months ago

Thanks for your respond, I see it now.

garlic1234567 commented 4 months ago

hello,i met the same problem too, could you please tell me how to fix it by use metadata.json. cause i cant find metadata.json too.