UnsupervisedPointCloudReconstruction
UnsupervisedPointCloudReconstruction copied to clipboard
Experiments on unsupervised point cloud reconstruction.
Hi all, I have a rosbag file from which I have extracted pointclouds as pcd files, how can I create a dataset of my own?
Hi, Very impressed to see this work and the results. I was wondeing whether the sphere.npy strcture can be changed when using point clouds of size more than 2048. How...
I want to ensure that the data I generate follows the same distribution as yours. Did you do it this way? ``` import numpy as np np.save("gaussian.npy", np.random.randn(points_num).reshape(points_num // 3,...