IItaly

Results 9 issues of IItaly

https://github.com/EndlessSora/focal-frequency-loss/blob/5c34c2cb03bb9b26fa917fd9f032c009599290a5/focal_frequency_loss/focal_frequency_loss.py#L90 Thanks for your work I want to know the calculation of the distance. Euclidean distance needs square operation and why here just "tmp[...,0],tmp[...,1]" what does it mean?

Hi, @CrohnEngineer I found that the way to calculate AUC value is a bit strange. The score is used here, and the score is a number that has not changed,...

enhancement

Hi,Thanks for your work and the detailed steps. However,I followed them and trained the model(EfficientNet) in the DFDC Then I got the strange result such as : ![image](https://user-images.githubusercontent.com/24908762/117388800-ed97e800-af1d-11eb-9f70-53d96a9e078a.png) The real...

Thanks for your work. I noticed that there are 18 pretrained model to make the dataset. And the script to download the models have failed. So I want to know...

Hey, @yoctta Thanks for pretrained models. I want to know what is the ckpt_35.pth?

> In the training process, we augment the original frames 4 times for real/fake label balance. Thanks for sharing your work. I noticed that you have augmented the real videos...

It is mentioned in the paper that the real video is added to achieve the balance of true and false ratio. Did you do the same in the data augmentation...

Thanks for your work. @yyk-wew cuz the ff++ dataset is too big to download,I downloaded the celebdf and organized the dataset as readmd to train the model. And I set...

您好 请问grid_index是多分类中的类别index吗?grid_size与类别数是否相关?