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

Convert the point cloud "ply" to "npy" #24

Open
tuanho27 opened this issue Jan 10, 2021 · 2 comments
Open

Convert the point cloud "ply" to "npy" #24

tuanho27 opened this issue Jan 10, 2021 · 2 comments

Comments

@tuanho27
Copy link

Hi there,

Thanks for the great work.
I've tried to inference my own point cloud based on your 3D match pretrained model and network. But I met a problem that the weight asking for the input to be shaped at Nx7 while the point shape is just Nx3.

Even I took a look at the evaluation data loader (match3d_eval_loader.py), still confusing. I just wonder that how did you convert the point cloud from ply to npy? Because when I check the 3D_Match_eval_npy, it's already converted to shape Nx7.
And Is the surface_normal_len need for inference?

Thank you in advance,
Tuan

@lijx10
Copy link
Owner

lijx10 commented Jan 11, 2021 via email

@tuanho27
Copy link
Author

Hi, thanks for the reply.

So, It seems that I cannot directly use the provided pretrained model to test my point cloud.
PCL is the great lib, but I may dig into it later. I think I will try to re-train the model without the 4 added elements if it does not very effective to the performance.

Regards,
Tuan

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