balthazarneveu / interactive_pipe

create interactive image processing pipeline with friendly sliders
The Unlicense
8 stars 1 forks source link

Webcam based Control (= dropdownlist based on computer vision objet detection) #10

Open balthazarneveu opened 1 year ago

balthazarneveu commented 1 year ago

Run a lightweight CNN to perform object detection from the webcam (TFLite is a good candidate to run on raspberry Pi). WebcamAssisted(Control("undefined", ["undefined", "elephant", "dog" , "cat"])) will trigger if the webcam sees one of these elements.

Pretty exciting to trigger some events other than boring dropdown menus.