Closed hardikdava closed 1 year ago
Hi, @hardikdava 👋🏻! Thanks a lot for all the time you take to think about new supervision
features. As for this one, let's keep it for later. I guess we have higher-priority stuff - model evaluation and composable annotators that we should build first. But let's save it for later.
@hardikdava, should that task still be on our TODO list?
@SkalskiP It is a minor but very useful feature. I let you to decide on this.
@SkalskiP May be we can add it to hacktoberfest
issue.
@SkalskiP @hardikdava also please consider this, if we add Visualizer that means they need to use full version opencv instead of headless as well. Somehow we need to check that in case of visualizer via "cv"
@onuralpszr, good point!
@SkalskiP Then let's cancel it.
Closing ;)
Search before asking
Description
supervision
does not have any image or frame visualizer. Once thesv.Detections
are processed then it is visualized bymatplotlib
oropencv
. It would be nice to have a API for visualization. The idea is to create wrapper aroundopencv
function asopencv
is already dependency to the project.Use case
Usage:
Additional
Suggestion:
Are you willing to submit a PR?