ROMP
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]
Hi,I tried your code on some images obtained from web-cam as well as some images from yoga-82 dataset(on which mediapipe) was trained. Since,the pose changes are extreme,it seems the model...
大佬您好,感谢您所做的工作,目前遇到些问题想向您请教,希望您提供思路。 当只使用save_dict_results里面保存的smpl 85维参数实现可视化时,cam相机结果不准,使用以下值: - cam (3,) # 3 camera parameters of weak-perspective camera, (scale, tranlation_x, tranlation_y) - pose (72,) # 72 SMPL pose parameters. - betas (10,) # 10 SMPL...
 Hi, default is 1960x1960, I make scaled to 1 rather than 2. I want it to be rectangle window, how to controll it?
Hi, brother, I run convert blender fbx script got this error: ``` KeyError: 'bpy_prop_collection[key]: key "m_avg_Pelvis" not found' ``` why this error happens?
您好,请教一下关于convert_fbx.py中写入位移的代码 bones[bone_name_from_index[0]].location = Vector((100*trans[1], 100*trans[2], 100*trans[0])) - pelvis_position 这里的顺序为什么是trans[1][2][0]呢?不是按XYZ的顺序吗
Could you provide a complete test code for convert_to_bvh.py?Very Thanks.
Hi. I am trying to use your prediction to control the animator in blender. However, I met a problem when I am running "webcam_blender.sh" The "webcam.sh" demo can be run...
Dear Arthur151, when test video on your method, last frame always gets mistake, hope you reply. this is issue: pygame 2.0.0 (SDL 2.0.12, python 3.7.9) Hello from the pygame community....
Hi and thanks for great work ! I would like to finetune the model on some custom 2D pose dataset. From what I read you trained on 3D and 2D...
Hi, I am wondering if there is a way to use the results as training data for this model itself. Thank you!