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

QueryAndGroup function BUG #23

Open
alfredtorres opened this issue Nov 28, 2019 · 1 comment
Open

QueryAndGroup function BUG #23

alfredtorres opened this issue Nov 28, 2019 · 1 comment

Comments

@alfredtorres
Copy link

Hi,
Thanks for your work on point cloud process.
I find something maybe wrong in your code.
In the QueryAndGroup function, if use raw_grouped_xyz=grouped_xyz, the raw_grouped_xyz and grouped_xyz is actually one vaiable sharing the same pointer.
So when changing the grouped_xyz, the raw_grouped_xyz will also change.

raw_grouped_xyz = grouped_xyz

The result new_features just contains related coordinates no absolute coordinates.
I don't sure whether it only occur in my code, please check it.

Thanks for your sharing projcet.

@Yochengliu
Copy link
Owner

Great, thanks very much. I'll check this.

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