openpose_unity_plugin
openpose_unity_plugin copied to clipboard
How to Use Custom Input and Output Class in Unity?
How to Use the Custom Datum ,Input and Output class for the OpenPose in Unity?
Please some one Help me with this? Explain how to achieve this using unity plug in..
The struct Datum
is transformed from openpose op::Datum, where the full explanation can be found.
In Unity, the usage can be found in OpenPoseUserScript as an example.
Thank you for the Reply,
but i am confused how to create Custom Datum and Custom Input Class and Set it as Worker for the Openpose Wrapper?
In this Unity plugin, we cannot have custom Datum for OpenPose.
One way you can try is to build your own OpenPose dll (with UnitySupport flag on, and your custom Datum) and come back to Unity using your dll.
That way you may need to modify OPBind, OPWrapper and Datum to fit your dll.
Thank you Sure . i will try that and Update here.
@pavchavan No results to share yet?