-
in the logged losses we have a loss called roi_head/num_bg_samples I am wondering if it represents the number of background samples per image or per batch because I am doubting that MODEL.ROI_HEADS.BATCH_SIZE_PER_IMAGE sets the number of samples for a batch and not a image example if we agree that these values are logged every batch, then |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
They represent the average number of fg/bg samples per image. |
Beta Was this translation helpful? Give feedback.
They represent the average number of fg/bg samples per image.