Membrane.YOLO.Drawer
(Membrane YOLO plugin v0.1.1)
View Source
A filter that draws bounding boxes around detected objects on each video frame.
It expects that previous element in the pipeline is a Membrane.YOLO.Detector
that adds detection results to the buffer metadata under :detected_objects key.
Pads
:input
Accepted formats:
%Membrane.RawVideo{pixel_format: :RGB}| Direction: | :input |
| Availability: | :always |
| Flow control: | :auto |
:output
Accepted formats:
%Membrane.RawVideo{pixel_format: :RGB}| Direction: | :output |
| Availability: | :always |
| Flow control: | :auto |