runwayml / runway

[DEPRECATED ALPHA VERSION] Run, build and train machine learning models using a visual interface and then connect your models to your favorite software.
https://runwayml.com/
GNU General Public License v3.0
129 stars 6 forks source link

Formatting of input OSC data #3

Open tonyschuite opened 6 years ago

tonyschuite commented 6 years ago

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

cvalenzuela commented 6 years ago

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?