autonomousvision / monosdf

[NeurIPS'22] MonoSDF: Exploring Monocular Geometric Cues for Neural Implicit Surface Reconstruction
MIT License
573 stars 53 forks source link

error: no instance of overloaded function "atomicAdd" matches the argument list #49

Closed yxt7979 closed 1 year ago

yxt7979 commented 2 years ago

Hi, thank you for your wonderful work! I have a same error with #19 , to solve it I comment all places using atomicAdd in hashencoder.cu. Will it have any effects?Thanks~

niujinshuchong commented 2 years ago

Hi, I think it don't have any effects because we don't use half precision (float16) during training.

yxt7979 commented 1 year ago

Thanks~