faster_coco_eval
faster_coco_eval copied to clipboard
Continuation of an abandoned project fast-coco-eval
## Motivation This PR proposes to add support for boundary iou as described and implemented here: https://github.com/bowenc0221/boundary-iou-api/tree/master Basic usage is as follows: ```python from faster_coco_eval import COCO from faster_coco_eval import...
**Describe the bug** Hi, Nicki from Torchmetrics team here. Thanks for the great work in this repository, we could not have implemented it our self which is why we gladly...
I have been using this library to speed up my evaluation of models trained on custom COCO datasets. It is much faster than the original pycocotools, but I noticed when...
(Copying this bug report from the main coco metrics https://github.com/cocodataset/cocoapi/issues/678 ) Hi there, **Describe the bug** our detector does not output scores, thus we set all to `1`, which gives...
## Motivation [Please describe the motivation of this PR and the goal you want to achieve through this PR. ](https://github.com/MiXaiLL76/faster_coco_eval/issues/46) ## Usage mAP is wrong if all scores are equal...