-
Hello,
Thank you for providing the code.
I downloaded your data generation code, and I want to do cloth simulation using the SMPL model. I understood that the motion data can be created by positi…
-
When computing the pose_embedding
https://github.com/brjathu/PHALP/blob/master/phalp/trackers/PHALP.py#L425
https://github.com/brjathu/PHALP/blob/master/phalp/trackers/PHALP.py#L447
Why is the ca…
-
I note in [zju_mocap.py](https://github.com/JiahuiLei/GART/blob/main/lib_data/zju_mocap.py), you correct the smpl data like this.
```
# Use camera extrinsic to rotate the simple to each came…
-
Is there a way to generate body mesh based on model output at real-time? Isn't the model output compatible with SMPL paramters and we just need a formula like `Vertices_new = Vertices_template + shape…
-
Hey @Arthur151
I clarified my concepts and used Humannerf for my own 3d reconstruction and your parameters, helped a lot in this. Thank you for the work.
**There's one final thing that I have to …
-
(easymocap) M:\GITHUB\EASYMOCAP>python apps/demo/1v1p_mirror.py zju-m-demo/ --out zju-m-demo-output/ --vis_smpl --video
Demo code for single view and one person with mirror:
- Input : zju-…
-
I install huamn_body_prior==0.8.5, it's the lastest version. And I meet:
![image](https://github.com/LinZhekai/X-Oscar/assets/132911839/dede9076-d2fe-4565-8ff5-e46f42a603d1)
I check the github: http…
-
Congratulations on this excellent work!
I wonder how to run this work on my own data. For example, after capturing a monocular video, how to run your method? How should I process the data for trainin…
-
After passing smpl+h mesh into the transfer_model module with the smplh2smplx config file, I got a pkl output file that has body_pose tensor with shape [1,21,3,3], which is very strange. Because the s…
-
I try to use API `render_smpl` to visualize the mesh generated by the smpl model stored in `pw3d_test.npz`.
My method is:
- Get `cam_params` from the data
- Use `get_KRT` method to get the intrinsi…