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.9k stars 2.35k forks source link

Auto resize images before upload #4316

Open FOX111 opened 1 year ago

FOX111 commented 1 year ago

My label studio instance runs locally while users access it over internet. But it takes really long time for a user to upload all tasks in the project since many images are of high resolution and weigh up to 10 Mb. I wonder what is the normal workaround for this. Is there a way for newly imported images to get auto-resized so as not to put a heavy load when a new user accesses a project?

AbubakarSaad commented 1 year ago

Hello Fox111,

Usually, you would want to use either cloud storage or local storage that will allow for the faster upload. Maybe the API or SDK can help with upload as well