You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a good job.
I have some questions while reading the paper and the code.
The paper says that it can generate dense point clouds, but I don’t see any direct generation of dense point clouds in the code.
There is a part about generating mesh. Is the dense point cloud you mentioned the same as the mesh you generated?
Thanks!
The text was updated successfully, but these errors were encountered:
This function determines which voxels in the density grid should be considered as a surface. It then checks whether the voxel satisfies the specified threshold and samples a point from the voxel to generate a dense point cloud.
This is a good job.
I have some questions while reading the paper and the code.
The paper says that it can generate dense point clouds, but I don’t see any direct generation of dense point clouds in the code.
There is a part about generating mesh. Is the dense point cloud you mentioned the same as the mesh you generated?
Thanks!
The text was updated successfully, but these errors were encountered: