mjkwon2021 / CAT-Net

Official code for CAT-Net: Compression Artifact Tracing Network. Image manipulation detection and localization.
222 stars 26 forks source link

How should I set the threshold for inference? #33

Open wennyHou opened 1 year ago

wennyHou commented 1 year ago

At first, I set the threshold to 0.5, but I found that there are many false positives, how is the threshold generally set?

CauchyComplete commented 1 year ago

The binary evaluation was done using threshold 0.5. We also used Average Precision to test the model with all thresholds.