HumanSignal / HumanSignal/label-studio-ml-backend
load pre-signed data from cloud storage
Open
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 490
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 3
Description
When my model's `predict(self, tasks, **kwards)` function is called each task has a `data` field containing a dictionary and in my case, the dictionary has an `image` key with `gs://bucket-name/image-name.jpg` as the value.
Can I get the pre-signed link to the image from label studio or do I have to authenticate again and download the image manually in the ml model?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.