HumanSignal / HumanSignal/label-studio-ml-backend
FileNotFoundError: Can't resolve url, neither hostname or project_dir passed
Open
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 490
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 3
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.