roboflow / roboflow/roboflow-python
REST API incomplete image urls paths + search functions cant get uploaded image ID for hardcode URL
Open
@yeldarby is already working on this.
Since May 20, 2024.
- Dominant language
- Python
- Stars
- 629
- Forks
- 140
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 5
Description
Image URL paths returned from image detail REST API is:
https://source.roboflow.com/[owner_id]/undefined/original.jpg
Image URL paths only working if follow this format:
https://source.roboflow.com/[owner_id]/[image_id]/original.jpg
Do excuse me If this is out of scope as I don't see other repos to report this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.