Image_manipulation_detection icon indicating copy to clipboard operation
Image_manipulation_detection copied to clipboard

per-pixel F1 score

Open AlexErfan opened this issue 4 years ago • 0 comments

To calculate the per-pixel F1 score, a probability map is needed for generating a binary mask. However, the output of the model is just four bounding boxes and the picture's probability of being tampered with. Which phase during the training pipeline should I use to generate the probability map?

AlexErfan avatar Mar 31 '21 05:03 AlexErfan