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

Idea: Annotating a sequence of images #7819

Open
doantientai opened this issue Apr 29, 2024 Discussed in #7818 · 0 comments
Open

Idea: Annotating a sequence of images #7819

doantientai opened this issue Apr 29, 2024 Discussed in #7818 · 0 comments

Comments

@doantientai
Copy link

Discussed in #7818

Originally posted by doantientai April 29, 2024
I am working on a project in which we have to give a label status of objects (a classification problem). However, we have to look at the object from multiple angles, so we took multiple images of each object. For the annotation step, now we have to display a sequence of images each time to label an object. Surprisingly, it seems there is no native solution for this. So I am trying two solutions, but they are both come with drawbacks:

  • Contextual images: For each object, I display 1 main image + 12 contextual images so show other angles. However, sometimes there are more than 13 images for each object, so I will lose some images if I choose this solution. Plus, the main image is huge comparing to the contextual ones.
  • Concatenating images: I can merge all the views of each object as one single image. The problem is the views are cropped in different sizes and shapes, moreover, the number of views of each object can be different, making it difficult to merge them without having to resize to fit them in the same grid.

What I would like to suggest, is the ability to have more contextual images (like 50), and the ability to hide the main image so that it does not take too many space on the interface.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant