qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Inference in Tensorflow C++ #300

Open rosaliabq opened 5 years ago

rosaliabq commented 5 years ago

Has anyone tried to do inference of these models in the Tensorflow C++ API?

I am using the code provided in this repository https://github.com/bitbionic/keras-to-tensorflow to freeze the model but I am struggling a bit on parsing the output (It is a re-implementation of the yolo_head function, but it is not so straightforward). I will post an update if I am able to obtain something.

Thanks.

Sammul40619 commented 5 years ago

i am,but dont get success

zhoujinhai commented 5 years ago

@rosaliabq I have the same problem, Do you saved it?