-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class sensitive scorer independent of COCO #1
Comments
Hi Paul, sorry as you know things have been a bit chaotic lately so its taking me time to get back to you. We've got in the pipeline of work to add new Scorers to Could I get something on our work calendar and we can discuss further? I might be able to get our intern on it sooner. |
In case its helpful someday, just dumping my notes on the Motivation: NRTK Explorer want to do these comparisons
Same type on
|
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)?
The text was updated successfully, but these errors were encountered: