Cameras unproject_points #1642
Unanswered
GuillaumeLeclerc
asked this question in
Q&A
Replies: 1 comment
-
Maybe it does what you want if you send the points in as shape (N, 1, 3) instead of (N, 3)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have N cameras and N points that I want to unproject. right now it will generate (N, N, 3) points. Is there a way to handle the only compute the diagonal and not more to save resources.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions