-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Instance) segmentation annotation for images #1597
Comments
mturoci
added a commit
that referenced
this issue
Sep 28, 2022
mturoci
added a commit
that referenced
this issue
Sep 28, 2022
mturoci
added a commit
that referenced
this issue
Sep 28, 2022
mturoci
added a commit
that referenced
this issue
Sep 28, 2022
mturoci
added a commit
that referenced
this issue
Sep 28, 2022
mturoci
added a commit
that referenced
this issue
Sep 28, 2022
mturoci
added a commit
that referenced
this issue
Sep 28, 2022
mturoci
added a commit
that referenced
this issue
Sep 29, 2022
mturoci
added a commit
that referenced
this issue
Sep 29, 2022
mturoci
added a commit
that referenced
this issue
Sep 30, 2022
mturoci
added a commit
that referenced
this issue
Oct 3, 2022
mturoci
added a commit
that referenced
this issue
Oct 3, 2022
mturoci
added a commit
that referenced
this issue
Oct 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
mturoci
added a commit
that referenced
this issue
Nov 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ui.image_annotator shall be extended by another feature: (instance) segmentation. This is very similar to the existing image box annotation feature, but allows polygon types and per pixel object annotations instead of boxes.
The difference between the two is that Instance segmentation is the task of detecting and delineating each distinct object of interest appearing in an image vs. (semantic) segmentation which treats multiple objects within a single category as one entity.
For feature implementation, we can think about a polygon based (quick) and a brush based (pixel perfect) or lasso/pen tool (Labelbox pen tool) drawing approach.
To combine this feature with the existing box annotation feature, we are suggesting to add a tools and a task argument where developers can choose between rectangle, rectangle_4_point(see below), polygon, brush, pen and bounding_box, segmentation, instance_segmentation respectively.
Requirements:
Similar to the box component #1400, the segmentation annotation component should have three key properties:
The image is displayed as a background. The tags are rendered as clickable elements that tag the highlighted areas. The items are rendered as semi-transparent colored regions and can be deleted.
Polygon tool: when selecting a single polygons it should be easy to
Brush tool:
Pen tool:
Examples of similar components:
The text was updated successfully, but these errors were encountered: