xnowbzhao / sapcu

Self-Supervised Arbitrary-Scale Point Clouds Upsampling via Implicit Neural Representation (CVPR 2022)
MIT License
38 stars 5 forks source link

how to modify the size of the kdtree? #22

Closed Zhangjyhhh closed 11 months ago

Zhangjyhhh commented 11 months ago

I want to input more pointcloud ,so how to change the limit 5000

xnowbzhao commented 11 months ago

change the number in line 64: po[5001] to you want, and change the number in line 71, 72 to 4x the size of po.

Zhangjyhhh commented 11 months ago

thank you!