How to generate a configuration file for tensorflow openpose model ?
In opencv for detection models to generate a config file is used: https://github.com/opencv/opencv/blob/master/samples/dnn/tf_text_graph_ssd.py
What I have to change in "tf_text_graph_ssd" or what to use to generate a config file for opencv using the tensorflow openpose model ?
I have the inference openpose model:
https://github.com/ildoonet/tf-pose-estimation/blob/master/models/graph/mobilenet_thin/graph_freeze.pb
But OpenCV needs a config file.
So I don't know how to generate what file for OpenCV