-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Hello, thank you for your really interesting work!
We wanted to clarify the evaluation procedure from the paper. Could you indicate if the following interpretation is correct or incorrect? If it is incorrect, any clarifications would be greatly appreciated! :)
For an IoU threshold:
Stage 1:
- For each image in the test set, compute RPN boxes and keep only RPN boxes that overlap with ground truth (GT)
- For each remaining RPN box in an image, compute its novel class ID and mark down the novel class ID and the GT class label
- Run Hungarian Matching algorithm to compute mapping between novel class IDs and GT class labels
Stage 2:
- For all RPN boxes in the test set (i.e., not removing RPN boxes without overlap with ground truth), compute novel class ID and assign class label from mapping from Stage 1
- Compute mAP score on boxes with class labels
Metadata
Metadata
Assignees
Labels
No labels