Skip to content

Inability to upload raw bytes #426

@int8

Description

@int8

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions