mapooon / SelfBlendedImages

[CVPR 2022 Oral] Detecting Deepfakes with Self-Blended Images https://arxiv.org/abs/2204.08376
Other
211 stars 34 forks source link

acc = 50 #51

Open shui-tian-ju-shi opened 1 month ago

shui-tian-ju-shi commented 1 month ago

I trained a model by myself. The accuracy (acc) on the validation set is always only 50. When I test with the pre-trained model released by the author, the acc is also only 50. I only changed the relevant parameters in the code. Can you provide some suggestions?

I may not have completely downloaded the correct version of the package. Could the problem be related to this?

shui-tian-ju-shi commented 1 month ago

I found through debugging that the mask value generated for mixing is 0 . I don't know why this is.