hzxie/GRNet

How to know the id of the input point cloud

Closed this issue · 3 comments

I am using the gridding function, but how do I know the id of the point cloud I input?

thanks!

The dataset I am using is shapenet

hzxie commented

You can set batch size to 1 and print the ID at the data loader loop,

thank you