MARLIN icon indicating copy to clipboard operation
MARLIN copied to clipboard

[CVPR] MARLIN: Masked Autoencoder for facial video Representation LearnINg

Results 6 MARLIN issues
Sort by recently updated
recently updated
newest added

Hello, Can you please share some sample output video, especially for wav2lip comparison? Thanks

Hi, Can you release model weights for the deepfake detection task? Thanks

Here is what I get in response to running the training code: `C:\Users\AR\Desktop\marlin\MARLIN>python train.py --config config/pretrain/marlin_vit_base.yaml --data_dir C:\Users\AR\Desktop\marlin\MARLIN\trainingData\YouTubeFaces --n_gpus 1 --num_workers 8 --batch_size 16 --epochs 2000 --official_pretrained C:\Users\AR\Desktop\marlin\MARLIN\videomae\checkpoint_vitb.pth _IncompatibleKeys(missing_keys=['encoder.pos_embedding.emb', 'decoder.pos_embedding.emb',...

Thanks for your wonderful work. I wonder if using weight provided by Video-MAE directly for weight initialization will lead to unfair comparison of pre-training tasks?

Thank you for sharing this wonderful works! I found a simple lightning dependancy and epoch parameter in the _cosine_scheduler_fn(...) in Marlin>model>marlin.py cause me an error. Somehow the epoch parameter above...