-
PS D:\> cd motion_inmate
PS D:\motion_inmate> .\motion_imitate.exe --gpu_ids 0 --image_size 256 --num_source 2 --output_dir "./results" --assets_dir "./assets" --model_id "donald_trump_2" --src_path …
-
Hi,
I am interested in testing your network on my own images.
According to your answer on other questions here, one should use _Stacked Hourglass_ to get predictions in 2D. That I have done and s…
-
It seems like the link to download the Openpose experimental models does not work anymore.
I mentioned it on their Github. In the meantime, the other models work fine!
https://github.com/CMU-Perce…
-
Hello,
I try body25 and it work good, but I think it's not accurate enough because the motion would mismatch sometimes.
So I try body25B today and the previous steps work good, but when I try to sc…
-
Hi there!
Currently I'm at V1.95, and during running steps after poseEstimation,(i.e. synchronization(), personAssociation(), triangulation(), markerAugmentation()
) I got no other than Error: List …
-
Hello,
I have a 2D pose estimator that works decently in my setup and I would like to use it in place of the 2D pose estimator provided in this repo: do you have any suggestions on how to do it? I…
-
python scripts/preprocess/extract_video.py datasets --handface这一句可以顺利的运行
python apps/demo/mv1p.py datasets --out datasets/output/smpl --vis_det --vis_repro --undis --sub_vis 1 --vis_smpl运行这一句会出现两个问题…
-
Hello,
Thank you for your excellent work. Currently, I'm using the Body25 model for human pose detection, and it's performing really well. However, I noticed in the pose2sim documentation that usin…
-
hello @chingswy
I saw this loss function which is constructing the final smpl skeleton and then mesh.
Loss functions:
- limb : 1000.0, Limb of: [8,1],[2,5],[2,3],[5,6],…
-
Hello @chingswy,
So, I was testing the mv1p.py and trying to generate smpl from the groundtruth keypoints.
joint_idx = [0, 1, 2, 3, 6, 7, 8, 12, 16, 14, 15, 17, 18, 19, 25, 26, 27]
Thes…