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

Hello @Arthur151, I downloaded the processed file from your repo drive https://github.com/Arthur151/ROMP/blob/master/docs/dataset.md#dataset-preparation Regarding the processed data provided in this repo for H36m dataset **Why are the Poses of shape (72,3)...

https://github.com/Arthur151/ROMP/blob/db7e2a1df1df104909e6b137eaaed653ee433517/romp/lib/dataset/preprocess/h36m_extract_frames.py#L40 Hi there, Thanks for the great work! I'm trying to train the model on the h36m dataset, and I downloaded the original h36m dataset to process using this script....

Since numpy 1.24, the usage of `np.float` and `np.int` is depreced and raised an error. It must be replace with builtin `float` and `int`. Could this be fixed? Thank you

How to apply texture in the Simple_ROMP ?

Hello, is it possible to make only part of the body mesh visible and not all the body. fir example remove the head and keep the rest?

When I installed simple_smpl and run `bev -t --show -m webcam`,there were only 7-10fps.And my GPU was RTX4090,gpu share was only 5% .I had tried to change lots of envs(cuda,pytorch...

My GPU usage is very low, only about 30% , but the frame rate is always around 10, do I need a better CPU? Hope to receive help in this...

作者您好,学习了一下您的成果,非常棒!由于刚接触此类任务,有些问题想向您学习请教一下: 1、我导出了.obj文件,通过blender打开,请问这个格式的文件包含关节信息吗? 2、我运行您提供的simple- romp,处理了图片并生成.npz文件,通过您的主页和别人的问答了解到这个文件包含人体的关节信息,但是这个文件怎么打开我没有看懂,自己调用numpy总出bug,如果可以打开并用blender查看可视化结果那最好了。 3、.fbx是怎么生成的?可以用simple-romp生成吗?