vscode-dvc icon indicating copy to clipboard operation
vscode-dvc copied to clipboard

Interactive plots with bounding boxes

Open BradyJ27 opened this issue 1 year ago • 22 comments

In computer vision, specifically object detection, it is common for a pipeline to output images with bounding boxes displaying the area of interest for specific objects. When the image(s) are relatively small or packed with multiple objects, it can be hard to view these images.

It would be nice to have some sort of interactive plots where the user can toggle on/off different objects based on labels.

This may require some dvc or dvc-render changes first, but just opening here because it would be beneficial to have this implemented within the VS-Code extension.

Related issues:

https://github.com/iterative/dvc/issues/10198

BradyJ27 avatar Oct 26 '23 19:10 BradyJ27