I have fine tuned SAM2 on building rooftop images and I want to check the IoU value to see if the model has been trained well and assess its precision. Is there a code to evaluate the IoU value or any precision/accuracy metric?
You can use supervision’s MeanAveragePrecision with metric_target = MetricTarget.MASKS
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.