Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need some parameters in class #463

Closed
Mrfull opened this issue Jul 7, 2023 · 0 comments
Closed

Need some parameters in class #463

Mrfull opened this issue Jul 7, 2023 · 0 comments

Comments

@Mrfull
Copy link

Mrfull commented Jul 7, 2023

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

@Mrfull Mrfull closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant