Closed tasbolat1 closed 3 years ago
I have found the solution for this. It turns out that check for mag can be even smaller to give same results as tensorflow version. Have a look https://github.com/tasbolat1/Pointnet2_PyTorch/commit/b6229eedf934e7caa265efe4d0ce6f44f08446df
Closing for now
Hi @erikwijmans ,
I have run a sample example on
furthest_point_sample
frompoint2_utils
. The output are indices for xyz. This result differs from originalfartherst_point_sample
. Link for original tensorflow function is below: https://github.com/charlesq34/pointnet2/blob/42926632a3c33461aebfbee2d829098b30a23aaa/tf_ops/sampling/tf_sampling.py#L48I would like to know how can we get exact results as in original. Thanks in advance