yifita / 3PU_pytorch

pytorch implementation of >>Patch-base progressive 3D Point Set Upsampling<<
76 stars 9 forks source link

How to generate h5 data with fixed number after sampling? #6

Open Falcons95 opened 4 years ago

Falcons95 commented 4 years ago

I notice that in hdf5 file provided, each scale has fixed number of points, say poission_10000 has 10000 points. However, when I tried poission disk sampling with 10000 points, I got more than 10000 points. So how can I sample exactly 10000 points with poission disk sampling?

GopiRajuMatta commented 3 years ago

Hello,

I am also facing the same issue. Is it got solved? If yes, please post the same here.

Thank you Gopi