-
Hi!
I'm confused when visualizing the poses.
For example, I get a numpy.ndarray from `test_2d.pth.tar`, which has the shape `(32,)` and represent a 2d pose.
I guess it arrays as `x1,y1,x2,y2, ...…
-
Hello Boris,
I read your paper and really liked the work. I have few questions:
1. Your paper '3d human Pose and shape Estimation via HybrIK-transformer' aims to estimate the 3d pose from input …
-
I would like to ask if the dataset provides the 2D keypoints of SMPL. I have downloade but not found
-
Hi, I was trying 3D pose estimation using $3$ cameras: i.e., first finding 2D keypoints from each of the 03 camera frames and using cv2.triangulatePoints (to triangulate and get the 3D human pose). In…
-
Hi @chingswy, @cvxzhou, and others,
I had a query about the pre-processed [soccer data](https://chingswy.github.io/easymocap-public-doc/works/multinb.html) provided as part of the code release of t…
-
OOperation room内での人の動きを特定するためのDataset
![image](https://user-images.githubusercontent.com/73802219/105644055-dedd7600-5ed6-11eb-9bf6-e4682ca71ac9.png)
Srivastav, V., Issenhuth, T., Abdolrahim, K.…
-
Hi,
I read the paper "Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields" (https://arxiv.org/pdf/1611.08050.pdf)
and it does not mention about resnet18 or densenet121. I was wond…
ghost updated
3 years ago
-
in https://openaccess.thecvf.com/content_CVPR_2020/papers/Chen_Cross-View_Tracking_for_Multi-Human_3D_Pose_Estimation_at_Over_100_CVPR_2020_paper.pdf formula 3
my code is:
#P = K[T|R], P+ is pse…
-
Thans for your excellent work! According to the paper, the pose data were rendered according to the 3d model, and there is no error. However, when I visual the test image,I found that there were obvi…
-
hi there, i've been trying to integrate your code with my human pose estimation code. I have a bvh and 3dpos with different hierarchy than yours as input, then I do the 2D-3D projection on the common…