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]
I'm trying to reproduce BEV training results, and I have a few questions. 1. The source tree references a "posetrack" dataset. It is not mentioned in the paper, its official...
batch_orth_proj(j3d_preds, cam_preds) as i understand, j3d_preds is world coords,the reason is cv2. solvePnPRansac to get world translate vec, cam_preds is the camara info of Camera space from other closed issue,...
Hello, Looking at the datasets [here](https://drive.google.com/drive/folders/1oZkSrBjYUMthQBJBiSPE_J8IWea1LTH4), seems like you have a customized annotation for each dataset so that it can be used for your code. If I want to annotate...
In your supply materials, you give the results on MuPoTS and 3dpw dataset. could you public the codes of evaluating BEV on 3dpw/human3.6 datasets?
Dear author, thanks for your great work! When I try to run inference using trace, I encounter this error: FileNotFoundError: [Errno 2] No such file or directory: '/home/.romp/smpla_packed_info.pth' Seems like...
Hi, sorry to bother you. I want to train the model based on a new dataset captured by moving cameras, Which coordinates our initial 3dkpts should under for the data...
Hi! I am trying to train trace using just the DynaCam dataset to see if I can get it working before I continue my project. However, I am getting a...
Hi! When calling the `temporal_head_model = load_model(self.trace_head_model_path, temporal_head_model, prefix='', drop_prefix='', fix_loaded=False)`, I encounter a problem that "copy param _result_parser.params_map_parser.smpl_model.vertex_joint_selector.extra_joints_idxs failed, mismatched Error message: The size of tensor a (11) must...
the line is here: https://github.com/Arthur151/ROMP/blob/4eebd3647f57d291d26423e51f0d514ff7197cb3/Dockerfile#L5C44-L5C46
在两台ubuntu上配trace环境时都出现了同样的报错信息, (trace) h@h:~/ROMP/simple_romp$ python setup_trace.py install ...... IndexError: list index out of range 中间省略是很多的日志信息,篇幅有限。作者有遇到类似这样的吗