HumanSignal / label-studio

Label Studio is a multi-type data labeling and annotation tool with standardized output format
https://labelstud.io
Apache License 2.0
18.13k stars 2.27k forks source link

Is there a way to preload images when labeling? #4155

Open HaoLiuHust opened 1 year ago

HaoLiuHust commented 1 year ago

Is your feature request related to a problem? Please describe. When multi people labeling for a same task, the image loading is slow, is there a way to preload a few image when labeling?

Describe the solution you'd like preload a few images

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

AbubakarSaad commented 1 year ago

Hello HaoLiu,

Can you tell us, how are you loading the images? is it through local storage? or importing through UI? or through SDK? the resolution of the images? labeling interface? could help us reproduce the problem

HaoLiuHust commented 1 year ago

Hello HaoLiu,

Can you tell us, how are you loading the images? is it through local storage? or importing through UI? or through SDK? the resolution of the images? labeling interface? could help us reproduce the problem

tried local storage and ceph s3, the images resolution is 1080P. We have this problem in own developed label tool before, we solve it by preload some images into redis when labeling, so I am wondering whether label studio have the same ability