-
Notifications
You must be signed in to change notification settings - Fork 1.4k
More Point Sampling Methods from meshes #39
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
Comments
@hansen7 thanks for the suggestion! :) Could share some more details about your proposed implementation for either of the two methods you mentioned above? Please be aware that for new features to PyTorch3D we require:
As a first step you can also submit a PR with the PyTorch implementation of one of the methods which we can review. Let us know if you have any questions. |
Hi Nikhila Ravi, If it is not too complicated, it would be great if the current sampling algorithm can have an option to smooth the normals sampled. Thank you for the great work! |
@williamljb FYI farthest point sampling is now available in pytorch3d in the main branch on GitHub (not yet in a release):
|
Great! Thanks! |
Summary: X-link: fairinternal/pytorch3d#39 Blender and LLFF cameras were sending screen space focal length and principal point to a camera init function expecting NDC Reviewed By: shapovalov Differential Revision: D37788686 fbshipit-source-id: 2ddf7436248bc0d174eceb04c288b93858138582
🚀 Feature
More Point Sampling Methods from meshes
Motivation
It would be great if I could have more options on how to get the set of surface point with different point samplings, such as
Pitch
More sampling options will enable us to have better understanding on how our model will perform under different situations :)
If you think its necessary, I can submit a P.R
The text was updated successfully, but these errors were encountered: