-
First off, great addon!
And it works until the very last step of baking....
Mocap data (403 frames) and an imported bvh in rest pose (403 frames)
Retargeted mocap data to bvh - success and as…
-
Great work! Do you know how to convert your bvh to smpl?
-
Just some ideas for optimization:
1. Wide BVH: The standard BVH (and in our current implementation) uses binary trees. We can use n-ary trees (for n = 4/8) instead to make the tree shallower and re…
-
https://raytracing.github.io/books/RayTracingTheNextWeek.html#boundingvolumehierarchies
-
When I use the fk operator I get the world positions and rotations (pos, rotmats). Is there a way to convert these back to the original local position/rotation values? As a simple test I'm trying to c…
-
**Describe the bug**
There are usages of Three.js's `Triangle.getInterpolation(...)` in this library that can result in a Null-Pointer-Exception.
The documentation (https://threejs.org/docs/inde…
-
Hello, thank you very much for interGen's contribution to this field!
I am using the action results (3d pose) generated by interGen reasoning to redirect some fbx models. My approach is to use the …
-
Is there a simple way to create a chain with BVH motion files?In fact it will be perfect to add a BVH parser.
-
I have trained the walk.bvh, and also can run the trained data.
Now Only can see the result in a rendered viewport.
But how to convert the trained result back to bvh or other 3d formats?
-
Hello, I am currently using the file "src/python/mnet4/csvNET.py". I noticed that in the file con0014/2dJoints_v1.4.csv downloaded from Google Colab, there seem to be 138 2D keypoints. The results fro…