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
Add Keypoint and Instance Segmentation support in visualizer (#261)
* Add Keypoint and Instance Segmentation support in visualizer
- Introduced Keypoint primitive for visualizing keypoints on images.
- Updated visualizer to handle Instance Segmentation results and added corresponding scene.
- Refactored existing scenes to integrate new functionalities, including KeypointScene and InstanceSegmentationScene.
- Enhanced Polygon primitive with opacity and outline width options.
- Updated tests to cover new features and ensure functionality.
This commit enhances the visualizer's capabilities for handling keypoints and instance segmentation, improving the overall visualization experience.
* fix saliency map colour conversion
Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
* Add visualization example for VisionAPI
Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
---------
Signed-off-by: Ashwin Vaidya <ashwinnitinvaidya@gmail.com>
0 commit comments