facebookresearch / NSVF

Open source code for the paper of Neural Sparse Voxel Fields.
MIT License
797 stars 94 forks source link

a bug in inverse_cdf_sampling_kernel #67

Closed xy-guo closed 1 year ago

xy-guo commented 1 year ago

https://github.com/facebookresearch/NSVF/blob/ecd08088cf61498d7a8ba155cf5383d87cf8ff4d/fairnr/clib/src/sample_gpu.cu#L188

~done should be !done

xy-guo commented 1 year ago

I have already submitted a pull request in https://github.com/facebookresearch/NSVF/pull/68#issue-1345396803