tf_text_graph_faster_rcnn.py config file
In the article https://github.com/opencv/opencv/wiki... they explained how to create from a .pb and config file the .pbtxt file. But they did not explain how to create the .config file, from the tensorflow/keras model...
use the sourceand https://github.com/tensorflow/models/...
Not clear. I am training a new model, with some layers, like convolution, pooling, dense layers, etc. I do it in tensorflow-keras. I know how to export the .pb file, but what's the 'config'? how to export it?