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

Hey Arthur151, here is a question to ask about the extraction of animation data and trans3d. By following the Simple_ROMP guide, the code works amazingly well: romp --mode=webcam --show I...

Hi, I am trying to train the network starting from `hrnet_pretrain.py`. When I run the code on a node with 4 GPUS it runs totally fine. When I run it...

## Problem **Simple ROMP** has very poor performance on my machine: - around 10 FPS (standalone: `romp --mode=webcam --show -t`) - around 7 FPS (as an module: `from romp import...

Hi, I using `convert_fbx.py` to convert model outupiut to fbx animation, the SMPL model works OK, but using other mixamo characters the result looks not right. I have tried many...

__Steps to reproduce__ ``` conda create -n romp python=3.10 conda activate romp pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113 pip install simple-romp cython romp --mode=webcam --show -t --onnx ``` __Error...

After runing the demo code, I can get the .obj and .npz files. How to put these files in MAYA for further usage. Thanks

When I use simple romp below error happened. it seems to be from openGL context: I already saw previous issue and tried to fix it, but it didnot solve I...

Thanks for your great jobs, but when i was trying to run trace2, I got following error, could you help to find out "which step about installation I was missing...

I have executed the webcam successfully as shown below, ![image](https://github.com/Arthur151/ROMP/assets/129139867/9e0e85d7-25db-464a-88d2-aafe4bdbe62f) Is there any way that i can create that avatar on the webcam window itself so when user moves it...

Hi there, I need to have the principal point (the pixel location on with the camera is projected). I computed focal length using this equation: focal length = H/2 *...