Hello! I'm helping with the NRTK Explorer app. @vicentebolea is working on generating a score comparing 2 images here: Kitware/nrtk-explorer#61
Sometimes the configured Object Detection Model outputs categories that are not categories in the COCO JSON. nrtk.impls.score_detections.coco_scorer errors, understandably, when that happens. nrtk.impls.score_detections.class_agnostic_pixelwise_iou_scorer works just fine. But...
Is there a way to get a score that takes into account the class/category of the annotations (independent of the COCO JSON)?
Hello! I'm helping with the NRTK Explorer app. @vicentebolea is working on generating a score comparing 2 images here: Kitware/nrtk-explorer#61
Sometimes the configured Object Detection Model outputs categories that are not categories in the COCO JSON.
nrtk.impls.score_detections.coco_scorererrors, understandably, when that happens.nrtk.impls.score_detections.class_agnostic_pixelwise_iou_scorerworks just fine. But...Is there a way to get a score that takes into account the class/category of the annotations (independent of the COCO JSON)?