You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your wonderful project.
RGBDAcquisition seems to be only work on linux.
I've tried to transfer your code to windows, the "JointEstimator2D" can work normally,
but the function "std::vector runMocapNET2(
struct MocapNET2 * mnet,
struct skeletonSerialized * input,
int doLowerbody,
int doHands,
int doFace,
int doGestureDetection,
unsigned int useInverseKinematics,
int doOutputFiltering
)
and "improveBVHFrameUsingInverseKinematics"
What should I do if I only want to get the rotation and displacement of the joints?
The text was updated successfully, but these errors were encountered:
Unfortunately due to not having a Windows machine, not having any incentive to make a windows version ( I am developing this project for my PhD and the important thing is the method not the implementation ) , having barely enough time to maintain this repository in parallel to my main development snapshot I don't plan on making a windows version any time soon :( sorry about that..!
In the next version I am planning to decouple the front-end application from the pose server ( which will be a network server ) so maybe with this architecture one will be able to just host the 2D->3D "server" and use a client from windows that will be much easier to compile and maintain in both platforms, I also have no Windows machine
One way to get the data you want could potentially be to use the ROS wrapper of the project https://github.com/FORTH-ModelBasedTracker/mocapnet_rosnode
that allows you to grab rotations/positions of the 3D points using the ROS TF tree, ( you should be able to use ROS on windows connected to a rosmaster hosted on linux )
The "best"/easiest way to get the rotation and displacement of the joints is to use this code to spit a .BVH file
Hi, thanks for your wonderful project.
RGBDAcquisition seems to be only work on linux.
I've tried to transfer your code to windows, the "JointEstimator2D" can work normally,
but the function "std::vector runMocapNET2(
struct MocapNET2 * mnet,
struct skeletonSerialized * input,
int doLowerbody,
int doHands,
int doFace,
int doGestureDetection,
unsigned int useInverseKinematics,
int doOutputFiltering
)
and "improveBVHFrameUsingInverseKinematics"
What should I do if I only want to get the rotation and displacement of the joints?
The text was updated successfully, but these errors were encountered: