LRP Error on COCOapi #22
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the implementation of LRP Error on open-mmlab COCOapi. In the output file, in addition to the standard AP-based values, you will see LRP Error, components and class-wise optimal thresholds. An example output is as follows:
LRP Error was first published in ECCV 2018, only for object detection:
https://openaccess.thecvf.com/content_ECCV_2018/papers/Kemal_Oksuz_Localization_Recall_Precision_ECCV_2018_paper.pdf
Then, it is extended to cover all detection tasks including the ones evaluated by this api (i.e. object detection, instance segmentation and keypoint detection):
https://arxiv.org/abs/2011.10772