Skip to content

Improve image labeling for large number of classes #9

@ibayer

Description

@ibayer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions