multiperson icon indicating copy to clipboard operation
multiperson copied to clipboard

Code repository for the paper: "Coherent Reconstruction of Multiple Humans from a Single Image" in CVPR'20

Results 14 multiperson issues
Sort by recently updated
recently updated
newest added

Hi, thanks for sharing your code. I run the demo ``` python3 tools/demo.py --config=configs/smpl/tune.py --image_folder=demo_images/ --output_folder=results/ --ckpt data/checkpoint.pt ``` However, I get this info: ``` unexpected key in source state_dict:...

hi when i see the keypoints of 160422_mafia2 dataset , some of gt keypoints is not correct. how to get keypoints from mafia2_dataset??

Hi, Thanks for uploading your code! I am wondering: 1. do you use joint visibility to compute MPJPE for CMU Panoptic dataset? 2. do you use PA for the results...

What is the difference between the two joint regressors? From what I can tell J_regressor_extra is used to extract smpl paramters during smplifyx fitting operation for dataset generation, while J_regressor_h36m...

Traceback (most recent call last): File "tools/demo.py", line 190, in main() File "tools/demo.py", line 131, in main cfg.model, train_cfg=cfg.train_cfg, test_cfg=cfg.test_cfg) File "/root/picasso/xhzhang/multiperson/mmdetection/mmdet/models/builder.py", line 60, in build_detector return build(cfg, DETECTORS, dict(train_cfg=train_cfg,...

Hi, How can I get the percentage of correctly estimated ordinal depth relations in Table 5

Hi, thank you for sharing this great work. It seems that the "tools" folder is missing in this repository. Could you please reupload these files?

when I run full_eval, I get this error. I don't find the function of CollisionVolume.

Hello, I can't understand why we need this operation. Can we get unique SMPL parameters from 3D key points?

hello, I use panoptic.py to get test dataset, But I get an error bellow. I don't kown what the cmu keypoints the code have used. Connected to pydev debugger (build...