BinRushed dataset have total 195 original images . There are annoted image by 6 different experts . If I have done segmentation of original using a method then how can I check for accuracy of my implemented method?
In that remove the other annotated images from dataset and oversample your data while training your model. but if you cannot train again than just give your data as test data and create confusion matrix against data annotated by others.
You can check segmented image accuracy by calculating the Dice score by calculating the intersection between the segmented image and the ground truth segmentation and dividing on the whole area.