PU-Net icon indicating copy to clipboard operation
PU-Net copied to clipboard

handle different numbers of point cloud

Open Liaoqing-up opened this issue 3 years ago • 3 comments

hello, i want use PU-Net to upsample point cloud from robosense lidar16, the number of points in each frame maybe different, but the source code show that the tf.placeholder must be a fixed number. How can i solve it? Thankyou!

Liaoqing-up avatar Apr 08 '21 09:04 Liaoqing-up

Hi Liaoqing, did you solve this problem? I'd be grateful if you could share your solutions?

robinzhaorr avatar Oct 24 '21 22:10 robinzhaorr

I just sample the point cloud to a fixed number

Liaoqing-up avatar Oct 26 '21 08:10 Liaoqing-up

Solved here: https://github.com/yulequan/PU-Net/issues/18

There are 2 workarounds -> not sure if they are the proper way to do it, but it can be done.

schenock avatar May 06 '22 09:05 schenock