autonomousvision / convolutional_occupancy_networks

[ECCV'20] Convolutional Occupancy Networks
https://pengsongyou.github.io/conv_onet
MIT License
830 stars 113 forks source link

What's the difference between "points.npz" and "pointcloud.npz"? #51

Closed XinYu-Andy closed 2 years ago

XinYu-Andy commented 2 years ago

Hi, I noted that during training (on Shapenet), the input points for feature extraction are loaded from "points.npz" while the query points are loaded from "pointcloud.npz". I am wondering what the difference is between the two files? I found that the points data (i.e. the value of the key 'points') in these two files seem not to be consistent, which would make no sense for the training. Thanks in advance!

XinYu-Andy commented 2 years ago

It seems that I misunderstood and asked a naive question, I will close the issue.