ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]

Results 205 ROMP issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/xxxx/ROMP/romp/lib/evaluation/collect_3DPW_results.py", line 212, in submitor = Submit() File "/xxxx/ROMP/romp/lib/evaluation/collect_3DPW_results.py", line 26, in __init__ self.evaluation() File "/xxxx/miniconda3/envs/torch10/lib/python3.9/site-packages/torch/autograd/grad_mode.py", line 28, in decorate_context return func(*args, **kwargs) File...

Hi! Thanks for the great work. I'm running on the ROMP model and trying to calculate PVE so I switched the argument **calc_PVE_error** to True in the config file (eval_3dpw_test_resnet.yml)....

There are too many bugs in the TRACE training code including the dataloader. Can you check your code and upload some missing files used by dataloaders to make sure the...

Hi, When I used romp estimated output poses to visualize using codes(batch_rodrigues, lbs, etc.)it didn't fit with poses -> Euler XYZ(using mathutils) in maya. Here are the results (the gray...

INFO:root:evaluation result on 0 iters: INFO:root:Evaluation on pw3d_vibe ['Validation'] on local_rank 0 +-------+ | DS/EM | +-------+ +-------+ -------------------- Traceback (most recent call last): File "/data/xxx/miniconda3/envs/torch182/lib/python3.8/runpy.py", line 194, in _run_module_as_main...

I tested simple_romp. It's a great library. I expect to have this visualization that shows humans even when they go out-of-view. But, in my run I got this image. How...

Hello, thanks for your project, i have problem with show multiple obj's on screen and correct set obj on image depending of human chest. More than one obj not showing...

Hi, Thanks for releasing the code. I have a question concerning your evaluation on AGORA for the AGORA-PC setting on the validation. You are mentioning that: "Each image has 5-15...

Hey! Thanks for the great repo! I am using the simple_romp for SMPL parameters calculation, which works great! However, in a next step I want to use PyTorch 3D for...

First of all, thank you for your tremendous contribution to the 3d human pose and shape field from ROMP to TRACE. I could easily get camera coordinate 3d mesh video...