Skip to content

Regarding the number of grid parameters #3

@FDF521X

Description

@FDF521X

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions