You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I managed to synchronize my label studio project with a google cloud bucket. I could deploy a ml-backend yolo container with my own pre-trained YOLOv10 model on gcloud run and connect it to label studio as well. But when I try to make predictions, the following error emerges in the logs:
FileNotFoundError: Can't resolve url, neither hostname or project_dir passed: gs://path/to/image/in/bucket
The serviceAccountName in my YAML has all the necessary permissions. What else do I need to do?