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]
This PR fixes an issue where missing frame NPZ files (due to failure detection of person) would cause the video processing workflow to crash. If NPZ file is missing, generate...
Hi, I'm trying to run ``` python -m romp.test --configs_yml=configs/eval_3dpw_test.yml ``` but it fails at this line: ``` INFO:root:3DPW dataset test split total 24423 samples, loading mode vibe, containing 24...
Hey @Arthur151 I clarified my concepts and used Humannerf for my own 3d reconstruction and your parameters, helped a lot in this. Thank you for the work. **There's one final...
Hi, when I try to train the TRACE model, the result suggests that some model files are missing, such as `SMPL_FEMALE.pth` and `SMIL_NEUTRAL.pth`, but I didn't find a way to...
Hello, Thanks for your library. I use it for work with .obj. Already it rotation, scaling properly, but i want add to it texture. How i can do it? I...
您好,感谢您的工作,非常出色及严谨。想结合论文以及代码详细了解,代码有一些理解难度,请问是否有考虑出一些解释的文档以供熟悉,感谢。
Hi, thanks for your amazing work! I want to run a demo, but meeting the error says: FileNotFoundError: [Errno 2] No such file or directory: '/root/.romp/smil_packed_info.pth'. Any advice for this?
I wonder if the author can optimize the case where the folder contains Thumbs.db in next version. Because this situation is very disturbing. Just modify [this code](https://github.com/Arthur151/ROMP/blob/39aa59c0dc559d8f0b379fa8043ae01a83a12a02/simple_romp/romp/utils.py#L181) to `frame_paths =...
I follow the guide trying to export .fbx in WINDOWS https://github.com/Arthur151/ROMP/blob/master/simple_romp/doc/export.md Everything went smoothly at first, and no error occurred until last step python tools/convert2fbx.py. It's depressed cause I spent...
您好,我想请教一下运行代码`outputs_all = romp_model(image)`然后这个outputs_all中poses信息是四元数吗,那具体每个是代表什么呢?