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

Error: no color array found in the processed 3D data #7

Open
curehabit opened this issue Jan 17, 2020 · 2 comments
Open

Error: no color array found in the processed 3D data #7

curehabit opened this issue Jan 17, 2020 · 2 comments

Comments

@curehabit
Copy link

Error: no color array found in the processed 3D data..
terminate called after throwing an instance of 'std::runtime_error'
what(): no color array found in the processed 3D data
Aborted (core dumped)

I want to generate SHOT feature on .ply files, and got an error.
Is color array necessary?

@samuelesalti
Copy link
Collaborator

Hi @curehabit . I guess you may be using ColorSHOT instead of SHOT, i.e. you are not disabling color description setting the "-f" command line parameter when running the main file. Can you check?

@curehabit
Copy link
Author

curehabit commented Jan 21, 2020

Hi @curehabit . I guess you may be using ColorSHOT instead of SHOT, i.e. you are not disabling color description setting the "-f" command line parameter when running the main file. Can you check?

Thank you! It works.
And I found another problem. When I set "-b 11", the shape of the result is k*388 rather than k*352. When I set "-b 0" , the shape is k*36. Is the result of this code expand traditional method (352 dimensions) with extra 36 dimensions, and save it in result[:, 0:36]?

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