You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few minor issues in the segmentation visualization/result logic:
The instance segmentation scene picks a random label color for every scene it draws. This is inconsistent with the other visualizers, which use static colors. Please update https://github.com/open-edge-platform/model_api/blob/master/src/python/model_api/visualizer/scene/segmentation/instance_segmentation.py#L23 to no longer pick a random color. The random color gives ugly results when iterating over a video and every single frame has a different label color. It would also be nice to have an option to display the label name as part of the visualization.
Describe the bug
There are a few minor issues in the segmentation visualization/result logic: