Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants