Uh oh!
There was an error while loading. Please reload this page.
Integrating supervision annotators - #169
Conversation
henrytsui000
commented
Feb 9, 2025
Let me take some time to review the pull request—it looks like it could be really helpful! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hardikdava
commented
Feb 10, 2025
@henrytsui000@madmike2010 I have made changes that you requested. Please review again. |
hardikdava
commented
Feb 10, 2025
@henrytsui000 A side question, is there any list of open tasks? That will help external contributes to manage task. |
henrytsui000
commented
Feb 11, 2025
Yes, I do have a list of tasks waiting for implementation. However, the top priority right now is refining the training strategy. Our model converges slower after the 10th epoch compared to other YOLO models, which is currently the most annoying issue. |
hardikdava
commented
Feb 11, 2025
@henrytsui000 Thanks for reply. If possible please include your open task list to read me. Also please merge this PR. |
This PR introduces converting predicitons to
supervision.Detectionsformat which can be directly useful to create different visual annotations and unleash full potentials of supervision. This will also reduces annotations responsibility to supervision. Further detections can be directly useful for some of the post process steps e.g. combining multiple predictions and some of the dataset utilities.Ref:
https://supervision.roboflow.com/latest/detection/core/
https://supervision.roboflow.com/latest/detection/annotators/
Sample output:
