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

About SVD Model Inference Code #27

Open
jhj7905 opened this issue May 2, 2024 · 1 comment
Open

About SVD Model Inference Code #27

jhj7905 opened this issue May 2, 2024 · 1 comment

Comments

@jhj7905
Copy link

jhj7905 commented May 2, 2024

@yxgeee @xinntao @wzhouxiff @eltociear @yeliudev
Hello, Thank you for releasing great work.
I have questions about SVD Model Inference Code.
Why do you multiply np.array([3, 1, 4]) to pose?? Can you tell me it in details?

pose[:, :, -1] = pose[:, :, -1] * np.array([3, 1, 4]) * speed

And if I want to train the model with lower resolution(1024x576 -> 512x320), how do i modify the code?
Thank you in advance

@yshen47
Copy link

yshen47 commented May 25, 2024

Same question, "Why do you multiply np.array([3, 1, 4]) to pose??"

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

2 participants