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,The loss function converges relatively high, and I want to know how much the loss function converges to a better model.

Invocation without any arguments: ```ps (sromp) PS C:\Users\Vivien\Projekte> romp Using ROMP v1 [ WARN:[email protected]] global D:\a\opencv-python\opencv-python\opencv\modules\imgcodecs\src\loadsave.cpp (239) cv::findDecoder imread_(''): can't open/read file: check file path/integrity Traceback (most recent call last):...

Tested with the following command: ```ps romp -t -sc=3 --onnx --show_largest --mode=video -i "E:\Projekte\romp-test\test.mp4" --calc_smpl --render_mesh --save_video -o "E:\Projekte\romp-test\test_result.mp4" ``` And get the following result at frame `215` of [this...

我想运行webcam和webcam_blender,用来在blender里驱动3D的模型(https://github.com/yanch2116/CharacterDriven-BlenderAddon)。 但是在运行webcam.py时报错了,报错信息如下: TypeError: forward() missing 1 required positional argument: 'meta_data',并且每次在print "Reseting Mesh 5"之后出现这个错误。 我看到之前有一个issue说指定CUDA_VISIBLE_DEVICES,但这个方法在这个bug前是不起效的 同时,我尝试了predict/video和predict/image,他俩都是可以正常工作的。 不知道孙博你在平时使用的过程中是否遇到过类似的问题,或者你建议从哪些方面可以定位bug和进行改进?

First of all thanks @Arthur151. I'm able to generate 3D meshes for my videos however I'm curious to know if we can also run this on CPU. it would be...

Thank Arthur Sun for sharing this wonderful and great work! ROMP shows great performance with Blender, and I just wonder that is there a way to drive characters in Unreal...

Hi, I am making changes to the ROMP and I would like to run the code to see the results. I do `python -m torch.utils.bottleneck romp.train --configs_yml='configs/v1_hrnet_3dpw_ft.yml'`. ``` Traceback (most...

I'm trying to animate 3D character in Unity using SMPL 24 joints data. Everything is going well but the only problem is that there is different in Unity and SMPL...

Hi team first of all ´great job ! I am currently trying to do some body part swaps project and came across your project. I would like to know if...

I'm training ROMP model with your code It saves every validation process but, I test the results with "python -m romp.test" code I got the different result as evaluation I...