Arthur151 / ROMP

Monocular, One-stage, Regression of Multiple 3D People and their 3D positions & trajectories in camera & global coordinates. ROMP[ICCV21], BEV[CVPR22], TRACE[CVPR2023]

Home Page:https://www.yusun.work/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need some parameters in class

Mrfull opened this issue · comments

commented

Hello,

I need in simple_romp/romp/main.py in class ROMP, method forward get next parameters: person_width, person_height, person_depth, and reference_size. How i can do it?
Or maybe u know another way how to resize .obj on video, for some reason it's obj to big
OBJ parameters:
verts tensor([[ 0.4000, -15.0000, 0.4000],
[ 0.4000, 15.0000, 0.4000],
[ -0.4000, 15.0000, 0.4000],
[ -0.4000, -15.0000, 0.4000],
[ 0.4000, -15.0000, -0.4000],
[ 0.4000, 15.0000, -0.4000],
[ -0.4000, -15.0000, -0.4000],
[ -0.4000, 15.0000, -0.4000]])
faces tensor([[0, 1, 2, 3],
[4, 5, 1, 0],
[6, 7, 5, 4],
[3, 2, 7, 6],
[1, 5, 7, 2],
[4, 0, 3, 6]], dtype=torch.int32)

And For some reason some face left the obj, but it's shouldn’t be there
Снимок экрана 2023-07-07 в 10 10 29