Yu Sun
Yu Sun
抱歉,我没遇到过这个问题。。
@KevinzhouCUC Please try the simple romp https://github.com/Arthur151/ROMP/tree/master/simple_romp It is much easier to use and install with a clean implementation for inference only. Best, Yu
Hi Mahzad Khoshlessan, If you are interested in the evaluation protocols on 3DPW used in ROMP, I think I can help. The protocol 1 is borrowed from 3DPW challenge, ECCV...
Thanks for your kind words! Good questions. 1. The "cam" is a normalized format of "cam_trans". cam is more suitable for model to predict. cam_trans of BEV is the 3D...
Hi,@mkhoshle, To prepare a dataloader for a dataset, please refer to https://github.com/Arthur151/ROMP/blob/f3c76725fff3f9cd0d3a90721315dcd5f23c3f58/romp/lib/dataset/MuPoTS.py#L48 Please note that, via function self.map_kps, we tranfer the different skeleton defination of each dataset (e.g. 17 joints...
Hi, @mkhoshle , You just need to clear the name of each joint in their order in 'kpts3d', at constants.py like https://github.com/Arthur151/ROMP/blob/f3c76725fff3f9cd0d3a90721315dcd5f23c3f58/romp/lib/constants.py#L133 Panoptic_19 = { 'Neck':0, 'Nose':1, 'Pelvis':2, 'L_Shoulder':3, 'L_Elbow':4,...
I am not sure. Maybe this function https://github.com/Arthur151/ROMP/blob/f3c76725fff3f9cd0d3a90721315dcd5f23c3f58/romp/lib/visualization/visualization.py#L310 setting label_kp_order=True, would be helpful. Using to set up the dataset loader, you can use debug function at https://github.com/Arthur151/ROMP/blob/f3c76725fff3f9cd0d3a90721315dcd5f23c3f58/romp/lib/dataset/image_base.py#L700 to check the...
@mkhoshle , sorry for the late reply. I was caught by two deadlines. If you are processing the original ground-truth 3D human pose of CMU Panoptic, then you might use...
@foocker , really good question! Sorry for the late reply. 1. The cam_preds represent the position of detected people on the image plane. cam - (s, x, y). s is...
The reason seems to be that you need to properly set the path of each training dataset. You need to properly set the path of each dataset to enable training....