FTCN icon indicating copy to clipboard operation
FTCN copied to clipboard

[Official] Exploring Temporal Coherence for More General Video Face Forgery Detection(ICCV 2021)

Results 13 FTCN issues
Sort by recently updated
recently updated
newest added

测试过程中有一个WARN 请问是什么意思 如何解决

您好,请问训练中一个视频中各帧的采样间隔是多少?非常感谢

请问您可以开源一下训练的代码嘛

In ``` l_post = len(post_module) post_module = post_module * (pad_length // l_post + 1) post_module = post_module[:pad_length] assert len(post_module) == pad_length pre_module = inner_index + inner_index[1:-1][::-1] l_pre = len(post_module) pre_module...

您好,请问您什么时候能开放数据预处理以及训练代码呢?

I used my own device to run and google colab but getting the same error ![Capture](https://github.com/yinglinzheng/FTCN/assets/97665561/3f825859-fe75-4c42-a648-aa179ffb709f)

I've run the code with video which consists of more than one face. The video looks like this: However, I found out that the output is restricted to only one...