Categories
OpenCV-Python Examples

SSDLite + MobileNet Object Detection with OpenCV DNN

I recently find out that OpenCV have Deep Neural Network module which is purely CPU based and no GPU required. So I thought to give it a try. I searched online and come up with this Real time Object detection on Raspberry PI tutorial Which further remove my doubts on the DNN’s biggest nightmare of […]