roboflow / roboflow/roboflow-python
Inability to upload raw bytes
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 629
- Forks
- 140
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 5
Description
Yo
In my application running on prod - I want to send some frames from my rtsp stream to roboflow - frames are ndarrays though
roboflow api does not support sending raw ndarray now, you can of course do it via rest api but would be nice to have some higher level function exposed:
project.upload_bytes(
image: bytes,
...
)
(I landed implementing smth along these lines myself, let me know if you need it in main)
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.
Research direction
The requested entry point is project.upload_bytes(image: bytes, ...), but the issue names no files or tests. Start by locating the existing project image-upload API and its tests, then add coverage showing that raw frame bytes can be uploaded through the high-level interface alongside current upload paths.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, computer-vision, machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100