Real-time object detection, which uses neural networks and deep learning to rapidly identify and tag objects of interest in a video feed, is a handy feature with great hacker potential. Happily, it’s also possible to make customized CNNs (convolutional neural networks) tailored for one’s own...
A simple face recognition using ESP32 Microcontroller with camera, and leveraging cloud-based inference powered by Azure Custom Vision. azure esp32 face-recognition object-detection custom-vision customvision azure-custom-vision esp-eye Updated Apr 3, 2019 C++ motojinc25 / WeDX Star 44 Code...
{"steps": ["welcome", {"type":"document","options": {"documentTypes": {"driving_licence": {"country":"ESP"},"national_identity_card":true,"residence_permit":true} } },"complete"] } For example, if you would like to skip the country selection screen for driving licence but do not...
andriyadi / esp32-custom-vision Star 50 Code Issues Pull requests A simple face recognition using ESP32 Microcontroller with camera, and leveraging cloud-based inference powered by Azure Custom Vision.azure esp32 face-recognition object-detection custom-vision customvision azure-custom-vision esp-eye...
the field of computer vision has evolved dramatically, mainly due to the promising practical results obtained when using deep neural networks, such as convolutional neural networks (CNN), for typical machine vision tasks such as image classification [1], object detection [2], and tracking [3]. ...