-
Notifications
You must be signed in to change notification settings - Fork 105
Open
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)
Metadata
Metadata
Assignees
Labels
No labels