-
hi, I'm sorry to trouble you again, but I met a new error, could you help me understand how to fix the bug?
thanks a lot!
here is the error:
Namespace(pose_estimation_model_path='./models/hrn_w48…
-
Traceback (most recent call last):
File "/home/yyh_file/AGRol-main/vis.py", line 94, in
main(opt)
File "/home/yyh_file/AGRol-main/vis.py", line 75, in main
avg_error = evaluate(opt, logger, model,…
-
Hi, when convert rotation data from amass to bvh, why we need the below transform?
As for as I known, SMPL-X and BVH are both defined in standard right-hand coordinate with Y up and X right. Is the t…
-
I would like to visualize the body landmarks projected onto the 2d image however I have some problems understanding how the values are stored. When I run the demo script I get a file called .npz and I…
-
FileNotFoundError: [Errno 2] No such file or directory: 'trained_model/cloth_simulation.pth.tar'
trained_model/cloth_simulation.pth.tar以及下面的一些同样在trained_model目录下的文件在哪里可以下载?还有如果要用自己的数据,需要对数据做什么样的处理?
-
I am interested in obtaining joints from the inferred SMPL image and visualize it similar to described in README of this project: https://github.com/gulvarol/smplpytorch.
I changed https://github.c…
-
my pytorch is 1.10.0 use this:
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=11.3 -c pytorch -c conda-forge
because i can only get cpu version use:
conda install …
-
Hi
I gave the non parametric part of the IPNet a point cloud captured by Azure kinect. (running `test_IPNet.py` ) But I feel like the results are not very promising. The results are for the body f…
-
first thank you for your good work
i use the SMPL model to doing animation work,
now the SMPLX model is better look,
so i want to translate the SMPLX parameters to SMPL, but the shape is not good,
…
-
what a great work!
I'm implementing with your code, but I have a question.
In your paper, Input is orientations in 6D representation of SMPL body model(24 x 6). When I check from debugging, The …