mapooon / SelfBlendedImages

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

About error in sbi.py? #24

Closed bestalllen closed 1 year ago

bestalllen commented 1 year ago

Mr. Shiohara: when I reproduced the github code in your paper, I encountered a reorder_landmark function with an error in sbi.py. The error is index 77 is out of bounds for axis 0 with size 68. Shouldn't there be only 68 landmarks? Why is index set to 80? I would appreciate it if you could reply!

mapooon commented 1 year ago

As described in the guide, we use a 81 points landmark detector.

bestalllen commented 1 year ago

I'm sorry, I made an oversight.