yinanhe / ForgeryNet

[CVPR 2021 Oral] ForgeryNet: A Versatile Benchmark for Comprehensive Forgery Analysis
100 stars 4 forks source link

GT for Spatial Forgery Localization #12

Closed HighwayWu closed 2 years ago

HighwayWu commented 3 years ago

Hi, thanks for your sharing dataset. May I ask why the GT for Spatial Forgery Localization is not binary (0/1 or 0/255), and the GT is not frame-by-frame. Thanks!

yinanhe commented 2 years ago

The value of each pixel in GT can indicate how much it has been changed. At the same time, you can also easily convert them to 0/255 or 0/1. Thanks.

HighwayWu commented 2 years ago

Thanks for your kind reply.