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