microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.3k stars 837 forks source link

Lasso selection tool for bounding box/polygon creation #243

Open abfleishman opened 6 years ago

abfleishman commented 6 years ago

This is a bit of a reach but while I am brainstorming: In photoshop there is a "lasso" selection tool, where you can select some part of a photo and it expands the selection to contiguous pixels that are similar. I have no idea how this works but I could imagine a tool that I click on part of a black bird and the rest of the black bird is selected. this could potentially be used for creating polygon masks or in the context of bounding boxes it could just create a box that encompassed the selection. I think a tool like this could be a game-changer in creating training data for more complex image segmentation algorithms.

kichinsky commented 6 years ago

Duplicate of #221