Skip to content

Add instant annotation donwload! How to deal with growing datasets? #41

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

Closed
Shuai-Xie opened this issue Oct 19, 2019 · 5 comments
Closed
Assignees
Labels
Component: PipelineView Pipeline visualization GUI Type: Feature Request Request a new feature for LOST Type: HowTo?
Milestone

Comments

@Shuai-Xie
Copy link

Let's see this case.

A pipeline has been defined.

But if

  • The images in my dataset folder are expanding, but the pipeline annotation progress will not.
  • A new class needs to be introduced, but the LabelTree of the pipeline can't be updated.
  • I just want to export some already labeled data annotation, but the pipeline makes me have to finish all the annotation task before I export the annotation.

The pipeline is a good character, however, it needs more flexibility.

@jaeger-j jaeger-j self-assigned this Oct 20, 2019
@jaeger-j jaeger-j added Component: PipelineView Pipeline visualization GUI Type: Feature Request Request a new feature for LOST labels Oct 20, 2019
@jaeger-j
Copy link
Collaborator

Hi @Shuai-Xie, thank you for your contribution.

The images in my dataset folder are expanding, but the pipeline annotation progress will not.

Please use an iterative pipeline to solve this problem. If your dataset is growing, while a pipeline has already been started, you can use loop elements. An possible pipeline flow could be as follows:

  1. Select 100 images from your dataset.
  2. Perform an annotation task for theses 100 images.
  3. A loop elements jumps back to step 1.

A new class needs to be introduced, but the LabelTree of the pipeline can't be updated.

Please see my answer to issue #40

I just want to export some already labeled data annotation, but the pipeline makes me have to finish all the annotation task before I export the annotation.

That is a nice point. We should add a button to each annotation task in our pipeline view for an instant download of the annotations.

@jaeger-j jaeger-j changed the title Can't edit a pipeline to update the task! Add instant annotation donwload! How to deal with growing datasets? Oct 20, 2019
@Shuai-Xie
Copy link
Author

Hi @jaeger-j Thanks for your detailed reply. I'll try your suggestions right away.

So fast does the GitHub stars of LOST increase, That's indeed a promising work.

@avi-vsionai
Copy link

Has there been any development on this issue? I would love to download partial annotations without having completed the entire dataset. For the time being I'll also take any dirty hack.

@jaeger-j
Copy link
Collaborator

Hi @avi-vsionai,
Please use our instant export pipeline for now. In LOST 2.0 there will be a GUI-button.

@gereonreus
Copy link
Member

Already implemented on branch 2.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: PipelineView Pipeline visualization GUI Type: Feature Request Request a new feature for LOST Type: HowTo?
Projects
None yet
Development

No branches or pull requests

4 participants