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/...
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.
Read this wiki
Thank you for your reply!