TensorFlow models and OpenCV DNN

asked 2019-06-07 08:20:54 -0600

Daraen gravatar image

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.

edit retag flag offensive close merge delete

Comments

1

Read this wiki

LBerger gravatar imageLBerger ( 2019-06-07 11:52:08 -0600 )edit

Thank you for your reply!

Daraen gravatar imageDaraen ( 2019-06-13 08:31:41 -0600 )edit