You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
, theraw_grouped_xyz
andgrouped_xyz
is actually one vaiable sharing the same pointer.So when changing the
grouped_xyz
, theraw_grouped_xyz
will also change.Relation-Shape-CNN/utils/pointnet2_utils.py
Line 388 in cc52c48
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.
The text was updated successfully, but these errors were encountered: