-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
Hi,
The other 4 elements are surface normal (nx, ny, nz) and curvature
(scalar). They are computed using PCL library. In fact, these 4
elements has almost no effect to the performance. You may simply train your
own model using Nx3. Thanks.
Best Regards
Jiaxin Li
tuanho27 <[email protected]> 于2021年1月10日周日 下午4:37写道:
… 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
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#24>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC5G72PVP5ACA24H5MNVKCDSZFRNBANCNFSM4V4IALRA>
.
--
黎嘉信 Jiaxin LI
PhD, National University of Singapore
B.S., Tsinghua University
Mobile: 65-9094 1909 / 86-15201519053
Email: [email protected] / [email protected] <[email protected]>
|
Hi, thanks for the reply. So, It seems that I cannot directly use the provided pretrained model to test my point cloud. Regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: