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

Reduce time between image labeling #5851

Open
blakespace opened this issue May 8, 2024 · 1 comment
Open

Reduce time between image labeling #5851

blakespace opened this issue May 8, 2024 · 1 comment

Comments

@blakespace
Copy link

blakespace commented May 8, 2024

When a label is finished. It takes some time to move to the next image. I assume this is due to the next image in a labelers queue being loaded? Or is this due to some network request occur upon submit that is slow?

This inbetween task time can take 1-2 seconds. That means for every 1000 tasks, ~16 minutes is being wasted by a labeler just waiting for the next task to load up. Can this be sped up somehow?

When I've created small personal labeling tools, I know what image is next in a user's queue and prefetch it for them so that as soon as they click submit the next image is available for view. If that image is high resolution, I load a low res image first followed by a higher resolution image. Especially when we are using a cloud storage provider for our images prefetching these images could save a lot of time.

Could something like this be implemented in Label Studio?

@bookorcat
Copy link

确实,要好几秒,其他方面都挺好用的,这一点就很影响效率

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

2 participants