Skip to content
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

Add support for class labeling of bbox #8

Open
ibayer opened this issue Sep 22, 2021 · 0 comments
Open

Add support for class labeling of bbox #8

ibayer opened this issue Sep 22, 2021 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ibayer
Copy link
Member

ibayer commented Sep 22, 2021

Motivation

ipyannotator currently support single object location with a bounding box (bbox). However annotating the type / class of the object is currently not supported.

Develop and Integrate Class Labeled BBox Widget

Suggested steps:

  • explore 01c_tutorial_bbox.ipynb to see the current bbox implementation in action
  • extend 01_bbox_canvas.ipynb with a new class LabeledBBoxCanvas which supports displaying and drawing of a class labeled bbox.
  • duplicate 04_bbox_annotator.ipynb as 04b_class_bbox_annotator.ipynb and replace the BBoxCanvas with LabeledBBoxCanvas
@ibayer ibayer added the good first issue Good for newcomers label Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant