roboflow / roboflow/roboflow-python
Inability to upload raw bytes
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 629
- Forks
- 140
- Ø Merge
- 2 T. 2 Std.
- Gemergte PRs (30 T.)
- 5
Beschreibung
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)
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- api, computer-vision, machine-learning
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100