Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

TensorFlow models and OpenCV DNN

Good morning everyone.

I am looking about OpenCV DNN so I downloaded a TensorFlow model called "faster_rcnn_inception_v2_coco" from here : https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md

I saw that I can use .pb and .pbtxt to load a model with DNN but in the file I downloaded I have some .meta, .index or a file named "checkpoint" and I don't know how to use these files.

Can someone help me?

Thank you.