MikeOfZen / Yet-Another-Openpose-Implementation

This project reimplements from scratch the OpenPose paper (Cao et al,2018), Using Tensorflow 2.1 and optional TPU powered training.
Mozilla Public License 2.0
92 stars 26 forks source link

advice for c++ usage of saved_model.pb #7

Open stephanschulz opened 3 years ago

stephanschulz commented 3 years ago

I am a openframeworks.cc user, a C++ toolkit for creative coders. Some nice people made an addon to use tensorFlow2 models with openframeworks. I have started adapting their example_pix2pix with your saved_model.pb and variables folder. But i was hoping you can help me understand what type of output your model processes. If i am not mistaken it's some sort of heatmap info? When logging the output it seems to be a 139k long vector. Maybe you have a moment to explain to beginners like me how to extract the relevant data. It seems that the heatmap then needs to be analyzed to localize the joints, order the joints and connect them to limbs?

thanks for your advice. stephan.