runway icon indicating copy to clipboard operation
runway copied to clipboard

Formatting of input OSC data

Open tonyschuite opened this issue 6 years ago • 1 comments

What should the input OSC data be like?

I am trying to send OSC data from a motion capture system and have openPose recognise gestures. would that be a use case?

you can try the program here: it is an openframeworks application that you can compile from scratch or you can download the precompiled binaries. https://github.com/hku-ect/MOCAP_CSV2OSC

tonyschuite avatar Jun 21 '18 21:06 tonyschuite

The Openpose model expect base64 images and return an array of detected humans with body parts (x,y) recognized.

But if you have a motion capture system why would you need openpose?

cvalenzuela avatar Jun 21 '18 23:06 cvalenzuela