Closed teshima058 closed 3 years ago
Dear @teshima058 ,
The script in this repo can only visualize BVH files for the motions of a specific skeleton from the GENEA dataset.
For using a different skeleton you would need to do several things:
Hope it helps, Taras
Dear @Svito-zar Thank you so much for your answer. I would like to apply this visualizer to OpenPose joints by myself.
Dear @Svito-zar Thank you so much for your answer. I would like to apply this visualizer to OpenPose joints by myself.
@teshima058 Dear,do you solve this problem?I have a similar problem
I used video2bvh to get a bvh file from a video. In video2bvh, it seems that the 2D-joints are estimated by OpenPose and it is lifted to 3D-joints by 3d-pose-baseline. Here is a sample bvh file I output.
However, the visualizer doesn't seem to work in this format. How can I convert the 3D coordinates of the 8 upper body joints obtained by OpenPose into a bvh file that can be handled by this visualizer?