-
Notifications
You must be signed in to change notification settings - Fork 261
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
HTTP 403 Forbidden Error During Model Prediction Due to File Access Denial when using with Cloud Storage Sync #660
Comments
How does your |
Here's my Docker Compose configuration for the YOLO service: It works when the image is uploaded from the browser, but it does not work with images synced from cloud storage.
|
LABEL_STUDIO_URL=http://127.0.0.1:8089 This line is the same as the use of localhost. When you are inside of the docker, it won't work. In the example docker compose configuration it was a comment about label studio url, please read it carefully. https://github.com/HumanSignal/label-studio-ml-backend/blob/master/label_studio_ml/examples/yolo/docker-compose.yml#L26 |
Thank you for the guidance. The URL http://127.0.0.1:8089 was just an example; I’m actually using my own domain, which works (auto-annotation) as expected with data under /data/upload. However, I'm encountering issues specifically with data paths prefixed by /data/local-files/? (Cloud Storage). It seems that these paths aren't accessible in the same way |
I am unable to use the Yolo ML Backend model to annotate image data from Cloud Storage.
The text was updated successfully, but these errors were encountered: