miki998 / Custom_Train_MaskRCNN

Training on custom dataset with (multi/unique class) of a Mask RCNN
14 stars 8 forks source link

calculate IOU for segmentation #2

Open MdAli1993 opened 4 years ago

MdAli1993 commented 4 years ago

I trained with my own dataset and i can visualize the segmentation on test images. Now, I would like to calculate IOU for segmented mask image with ground truth images. Do you have any suggestions? Thanks in advance!