GPDNet icon indicating copy to clipboard operation
GPDNet copied to clipboard

How to denoise my own point clouds ?

Open luost26 opened this issue 4 years ago • 3 comments

Hi,

Could you provide an instruction or a script that can normalize and denoise an arbitrary point cloud (e.g. in .xyz format) ?

Thanks!

luost26 avatar Nov 10 '20 09:11 luost26

Hi,

Could you provide an instruction or a script that can normalize and denoise an arbitrary point cloud (e.g. in .xyz format) ?

Thanks!

Hi, have you successfully found a way to test on your own point cloud?

WikiChao avatar Feb 08 '21 14:02 WikiChao

Hi, the code only processes batches of point clouds saved a h5 files. You can convert your xyz data to h5 with this script: https://www.dropbox.com/s/zj1prfhffcftfn6/xyztoh5.py?dl=0 You will still have to take care of proper normalization of your data.

diegovalsesia avatar Feb 08 '21 14:02 diegovalsesia

How can I test my own data against your model?

liuhw923 avatar Jun 24 '21 02:06 liuhw923