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, when I input the output['smpl_thetas'] into smpl.pose and then visualize it, I find the global rotation is upside down. I rotated the quaternion by -180 degrees about the X-axis...
I met the following error sometimes. How can I solve it? Thank you.
1. 请问大佬,如何绑定真实世界坐标系  https://github.com/Arthur151/ROMP/issues/372#issuecomment-1345247684,看了这个回复,还是不太懂,如何实现 2. 当我镜头里只有两个人时候会出现缩放现象(人物比例不一,就像镜头拉近了一样),这个如何消除。无论几个人我只想保持原始比例不变。 
Hello, thank you for your excellent job. I find that the animation sequence imported into UE is lying down, which has 90 degrees from the correct result. How can I...
Thanks for your great work , 我想請問下圖利用鼠標轉動模型的方法是用什麼平台做出來的? 我有去翻閱vis_human裡的code,但並沒有發現相關function. 謝謝~ 
Hello! An error occurred while running the following code. python -m romp.predict.image --inputs=demo/images --output_dir=demo/image_results --show_mesh_stand_on_image --interactive_vis Can't find ROMP/model_data/parameters/J_regressor_extra.npy.
Thanks so much for sharing the code and solving problems. I've encounterd a similiar problem as #116 but not the same. I have already downloaded the fine tuned model ROMP_HRNet32_V1.pkl...
作者你好,我训练到一半,会报错如下: python: /opt/conda/conda-bld/magma-cuda113_1619629459349/work/interface_cuda/interface.cpp:899: void magma_queue_create_from_cuda_internal(magma_device_t, cudaStream_t, cublasHandle_t, cusparseHandle_t, magma_queue**, const char*, const char*, int): Assertion `queue->dBarray__ != __null' failed. 报错阶段很随机,有时候训练开始不不久就报错,有时候训练了一段时间才报错, 请问这个可能是什么原因造成的呢? @Arthur151
What are the difference between the output['predicts_j3ds'] and the joints got from the SMPL model using output['betas'] and output['thetas'] ? I found the results are different. And I use the...
I used the demo video:https://github.com/Arthur151/ROMP/blob/assets/demo/videos/sample_video2.mp4,and used "bev -m video -i ... -o ... --save_video". Then I used blender and applpy convert2fbx.py,but I was encountered with a problem that : >...