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

What's the difference between romp and simple_romp? My understanding is: romp is a project with more complete functions, including data preprocessing, training, testing and other functions. simple_romp takes the inference...

Great work! Want to know whether ROMP works with multi cameras for better result..? Or do you have any ideas to improve the result...? I mean capture a pose using...

Hello, 1. I am trying to train the model starting from pretrained resent on the cmu_panoptic dataset. However, I get the following error: ``` Traceback (most recent call last): File...

您好,我在训练ROMP的时候,偶尔会遇到NameError: name 'INVALID_TRANS' is not defined的问题,好像是由于romp/lib/utils/projection.py引用了这个未定义的参数,请问您知道怎么解决吗.

numpy 1.24 is not compatible: module 'numpy' has no attribute 'int'

Hello there, Thanks for your amazing work and it really helps me a lot. But I have some questions about the output of ROMP. 1. I notice there are two...

您好,在使用您给的export_model_to_onnx_static()当中我修改了文件不知道是不是您官网提供的bev.pth,图片是随便找的带有人体的图片,我修改了这两个路径,但是给出了以下的警告,但没有报错。 /romp/simple_romp/bev/model.py:79: DeprecationWarning: `np.int` is a deprecated alias for the builtin `int`. To silence this warning, use `int` by itself. Doing this will not modify any behavior and is safe....

Hello, Dr. Sun. I would like to ask you whether it is necessary to finetune the human detector when finetuning the model on Agora.

Hello Arthur, thanks for your excellent work. But I have one question when trying to use the exported .fbx file. I export the .fbx file using your code convert2fbx.py. Then...