How to create a .pbtxt for YoloV3 inference on Opencv-Tensorflow?

asked 2019-12-06 08:43:00 -0600

updated 2019-12-10 00:59:47 -0600

Akhil Patel gravatar image

I would like to create a .pbtxt from a YoloV3 .pb file trained using TensorFlow, using a python script.

There are already three available python scripts for SSD_Cnn, a Faster_Rcnn and a Mask_Rcnn, but not for YoloV3.

Obviously, YoloV3 inference is implemented in Opencv using Darknet, but for many reasons i would like to use the training results from a YoloV3 Keras-tensorflow implementation.

The question is: is it possible to write a similar script, or there are some fundamental reasons that preclude this possibility?

Is there someone that has tried this solution?

Thanks!

edit retag flag offensive close merge delete