ProHMR icon indicating copy to clipboard operation
ProHMR copied to clipboard

Repository for "Probabilistic Modeling for Human Mesh Recovery"

Results 19 ProHMR issues
Sort by recently updated
recently updated
newest added

Hi @nkolot @geopavlakos et al., Could you help release H36M (OP) used in Tab. 3 to reproduce the results? Thx & best, ![image](https://github.com/nkolot/ProHMR/assets/33202229/2ba24e35-67ab-4ab8-b10d-13a709e39b0b)

I noticed that in multi-view setup, gt 3d keypoints are repeated `pred_keypoints_3d = output['pred_keypoints_3d'].detach()` `batch_size = pred_keypoints_3d.shape[0]` `num_samples = pred_keypoints_3d.shape[1]` `gt_keypoints_3d = batch['keypoints_3d'][:, :, :-1].unsqueeze(1).repeat(1, num_samples, 1, 1)` So I...

Firstly, thank you very much for your work. I'm curious about SMPL_ To_ Can you explain how you created the file J19.pkl?

Hello, I have currently created an SMPL model using demo. Besides I would like to use this SMPL model to obtain the coordinates of the 3Dkeypoints of the human body,...

Firstly, thank you very much for your work. I have checked that your demo is based on an SMPL model. If I want to use an SMPLX model, does the...

@nkolot,hi,I want to train ProSkeleton model on h36m, while I don't know how to get 'h36m_train_mean_stats.npz'. I already have 'h36m_train.npz' by running preprocess_h36m.py. Could you please tell me how to...

@nkolot Hi, thanks for sharing the code, it is great! Could you please provide a demo of multiview refinement?

Hi @nkolot , @geopavlakos , et al., May I ask how `has_body_pose` and `has_betas` are determined? I found some even have `has_body_pose=1` but `has_betas=0`. In SPIN, `pose` and `betas` share...

Hi @nkolot et al., May I ask if the code was also verified in the case of the `gpus > 1` DDP setting? https://github.com/nkolot/ProHMR/blob/6f778db26f15ca7163b253d930b51944bc481583/train/train_prohmr.py#L50

Hi @nkolot , Thanks for your great job! I have a simple question regarding `gender` in the provided `3dpw_test.npz`. I found all this data are `m`? Regards,