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

Improve image labeling for large number of classes #9

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

Improve image labeling for large number of classes #9

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

Comments

@ibayer
Copy link
Member

ibayer commented Sep 28, 2021

Motivation

ipyannotator currently support image labeling. However, for data sets with a very large number of classes it's very difficult to
quickly match the image to the right class.

Showing an visual representation for all possible classes and there textual description right next to the image could considerable improve the process. Currently only a textual or a visual representation can be displayed.

Explore the current difficulties

  • run the notebook nbs/01b_tutorial_image_classification.ipynb with the data set dataset = 'oxford_flowers'

image

possible improvements:

  • make it easy to show the class name instead of the number (requires mapping from class id to class name)
  • show both visual and textual description
  • if the data set is already annotated, provide an option to take the visual example right from the data set
@ibayer ibayer added the good first issue Good for newcomers label Sep 28, 2021
daviddavo added a commit to daviddavo/ipyannotator that referenced this issue Oct 26, 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