UnsupervisedPointCloudReconstruction icon indicating copy to clipboard operation
UnsupervisedPointCloudReconstruction copied to clipboard

Experiments on unsupervised point cloud reconstruction.

Results 3 UnsupervisedPointCloudReconstruction issues
Sort by recently updated
recently updated
newest added

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,...