March 2019
Intermediate to advanced
532 pages
13h 2m
English
We are going to use a MobileNet architecture combined with an SSD framework. MobileNets can be seen as efficient convolutional neural networks for mobile vision applications.
The MobileNet-SSD was trained on the COCO dataset and fine-tuned on PASCAL VOC reaching 72.27% mAP (see the table summarizing mAP for object detection algorithms to put this metric in context). When fine-tuned on PASCAL VOC, 20 object classes can be detected as follows:
In the object_detection_opencv_mobilenet_caffe.py script, we perform ...
Read now
Unlock full access