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

What is the proper K, R and t for neural_renderer? #1

Open
JaneLinlalala opened this issue May 19, 2021 · 0 comments
Open

What is the proper K, R and t for neural_renderer? #1

JaneLinlalala opened this issue May 19, 2021 · 0 comments

Comments

@JaneLinlalala
Copy link

I got a mistake that K, R and t is None in renderer of neural_renderer.
It says "'NoneType' object has no attribute 'transpose' " at
vertices = torch.matmul(vertices, R.transpose(2,1)) + t
and vertices = torch.matmul(vertices, K.transpose(1,2)).
I set the K, R and t of neural_renderer to 0, it works, but the iou_loss didn't change. It was always 1.0.
What is the proper K, R and t for neural_renderer?

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