HumanSignal / HumanSignal/label-studio
Reduce time between image labeling
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.