taichi-dev / taichi-nerfs

Implementations of NeRF variants based on Taichi + PyTorch
Apache License 2.0
726 stars 49 forks source link

Multiplication overflow detected in File "...../modules/hash_rencoder.py", line 38, in fast_hash: result ^= ti.uint32(pos_grid_local[i]) * primes[i] #86

Open StarsTesla opened 11 months ago

StarsTesla commented 11 months ago

I turn on debug mode,then this come out, the code could still work, but could you explain this?