WanquanF / NeuralPoints

【Code of CVPR 2022 paper】Neural Points: Point Cloud Representation with Neural Fields for Arbitrary Upsampling
239 stars 39 forks source link

so 'with torch.no_grad():' couldn't be used in the test? #5

Closed dreamcubeblock closed 2 years ago

WanquanF commented 2 years ago

You can use it if you don't need to compute the point normal. If you need the point normal, the grad for the sampled 'u,v' is necessary.