Skip to content

Evaluation Clarification #8

@tyler-hayes

Description

@tyler-hayes

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:

  1. For each image in the test set, compute RPN boxes and keep only RPN boxes that overlap with ground truth (GT)
  2. 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
  3. Run Hungarian Matching algorithm to compute mapping between novel class IDs and GT class labels

Stage 2:

  1. 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
  2. Compute mAP score on boxes with class labels

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions