-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Thank you for your excellent work. I have some questions.
For multi-resolution hash grids, the number of parameters is primarily determined by the number of levels (n), feature dimension (dim), and hash size, where param = n * 2^hash size * dim. Therefore, a 2D hash grid and a 3D hash grid with the same resolution will have the same number of parameters, while three 2D hash grids will result in three times the number of parameters compared to a single hash grid of the same level.
Is my understanding correct?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels