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.
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.