-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
YOLO images not downloading from Local Storage on Ubuntu #7142
Comments
temp workaround: downgrade to Label Studio 1.15 |
Hi there! Thank you for reaching out. I understand that when exporting in “YOLO with images” mode on your local Ubuntu 24 LTS installation (with
set), the exported ZIP file still has an empty “images” folder—even after upgrading to LabelStudio 1.16.0.
Using S3/GCS/Azure (cloud) storages instead of local storage enables Label Studio to access and bundle the images during export. This is the most straightforward solution if your workflow permits changing the storage backend.
You can create a custom script that:
If you prefer, you can manually copy the image files from Thanks, Tyler Conlee
|
When exporting "Yolo with images", the images are not exporting.
To reproduce, setup LabelStudio locally on Ubuntu 24 LTS , setup Local Storage and necessary flags for local storage "export LABEL_STUDIO_LOCAL_FILES_SERVING_ENABLED=true
export LABEL_STUDIO_LOCAL_FILES_DOCUMENT_ROOT=/home/user/data" and try exporting under "yolo with images".
I've tried re-upgrading Label studio, my version is LabelStudio 1.16.0
my coworker has Labelstudio running on docker, and he had the same bug, however when he moved the images into persistent storage he was able to export them.
any help appreciated!!
thank you
The text was updated successfully, but these errors were encountered: