Image_manipulation_detection
Image_manipulation_detection copied to clipboard
per-pixel F1 score
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?