-
Hi, it seems that for retargeting a new model (test.bvh), we need mean and variance of root offsets and quaternions saved in the mean_var folder.
However, since the new model(test.bvh) is newly rig…
-
Hi Sebastian,
Thank you for posting this amazing work!
I am trying to reproduce the results from scratch (the raw .bvh files -> asset data -> input.txt/output.txt for training). But the results…
-
Hi,
I am working on a project where I need to get the same results as the `smpl_mesh` output in blender.
With these commands,
```
python .\scripts\preprocess\extract_video.py .\0_input\test_02 -…
-
Hello , I have some questions about preprocessing.ipynb.
In calculate mean and varience, at preprocessing.ipynb In[6] :
for i, (m, s) in enumerate(bvh_s_v):
#print(m, npy_s_k[i])
all_le…
-
I have followed the PDF on creating custom human models and did all the things exactly.
After that how can I set the skin number for that model and use the agents.yaml file to configure to use that …
-
you can add a function to export to bvh and use in blender
-
Hello, I hope I'm not disturbing you. My questions are as follows.
First, I notice that when the global steps reach the number of 'plot_gap', the model will sample some '.bvh' files. How can I find…
-
Hi,
I am little bit confused about creating UDP server with `SetSettingsUDPServer` function. I can't figure out which IP and port to use. My goal is to get data from Perception Neuron 3 mocap suit …
-
Bei der Aufgabe 6c sind mir zwei Punkte aufgefallen die glaube ich nicht so stimmen.
Aussage 2 ist Falsch, da bei einer BVH die Dreiecke immer nur in maximal einem Blatt enthalten sind. Somit werden…
-
A **Bounding Volume Hierarchy (BVH)** is better suited for complex and dynamic objects, like polygons with rotations or irregular shapes. Unlike **QuadTrees**, which work best for simple, axis-aligned…