Skip to content
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

Orca only supports basic metrics, some customized metrics do not support #4414

Open
zhanglirong1999 opened this issue Apr 13, 2022 · 0 comments
Labels

Comments

@zhanglirong1999
Copy link

Ap is used in yolox to evaluate the final results. AP is often used as an indicator metric for object detection and the implementation of Ap and principle are more complicated. Therefore, orca does not support such a complex metrics.

AP Basic Concepts: https://www.cnblogs.com/itmorn/p/14193729.html

A part of implementation in yolox to calculate AP
https://github.com/Megvii-BaseDetection/YOLOX/blob/7ba9fd298413b79f2d07b6b7a3cdcbc34a9b244d/yolox/evaluators/coco_evaluator.py#L53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants