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

Inference/Generate with a generic .ply file #42

Closed
DuncanZauss opened this issue Dec 9, 2021 · 3 comments
Closed

Inference/Generate with a generic .ply file #42

DuncanZauss opened this issue Dec 9, 2021 · 3 comments

Comments

@DuncanZauss
Copy link

Hi,
Thank you for making the code for this nice project publicly available.
If I have a point cloud stored in a generic .ply file, how can I process it in such a way that I can run inference with the model that was trained on matterport? So is there some "build_dataset.py" file that is not for a specific dataset, but can just be used for a normal .ply file?
Best,
Duncan

@pengsongyou
Copy link
Member

You can have a look at the demo data for the matterport3D scene, and need to transfer your .ply file to the corresponding .npz file first. Then you simply need to modify this line of the config file.

Hope it helps.

@DuncanZauss
Copy link
Author

Thank you for the reply. Just a quick follow up question: What is the normals.npy file within npz file used for? From what I understood from your paper, only the location of the points matters, but not their (surface) normal.

@pengsongyou
Copy link
Member

@DuncanZauss We don't use the normals as inputs, but use it for evaluation only.

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