This is my first demo run of the dnn (deep neural network) module in OpenCV 3.4.2 with Processing, using my CVImage library. The module can input pre-trained models from Caffe, Tensorflow, Darknet, and Torch. In this example, I used the Tensorflow model Inception v2 SSD COCO from here. I also obtained the label map file from the Tensorflow GitHub. The following 3 files are in the data folder of the Processing sketch.
- frozen_inference_graph.pb
- ssd_inception_v2_coco_2017_11_17.pbtxt
- mscoco_label_map.pbtxt
The source code is in my GitHub repository of this website here.