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.
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.