GPDNet
GPDNet copied to clipboard
How to denoise my own point clouds ?
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,
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?
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.
How can I test my own data against your model?