aiden200 / 2D3MF

Code and models for the paper "2D3MF: Deepfake Detection using Multi Modal Middle Fusion"
Other
31 stars 1 forks source link

General Preprocessing #15

Closed aiden200 closed 7 months ago

aiden200 commented 7 months ago

We need a general preprocessing pipeline that crops, tags the videos as real(-0) or fake(-1). Then generates the .npy files based off of a backbone. Args: data dir, backbone type (small, base, large).

Please specify a required structure for input. Example:

**Data dir**
   Video
       Real
       Fake
   Audio
       Real
       Fake
aromanusc commented 7 months ago

This is being covered within https://github.com/aiden200/2D3MF/pull/18

The idea is to have an video_backbone (MARLIN) and an audio_backbone, which can be:

aiden200 commented 7 months ago

I think this is pretty much implemented