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.