Skip to content

questions about --scale and N_max #146

@Moreland-cas

Description

@Moreland-cas

Thanks for your great effort!
I have some doubts about the --scale parameter, I notice that when you benchmark ngp, you set scale=0.5 for default and 16 for 360v2 dataset, how does it help?

Also when I tried to set scale==1 for tanks&temple, the psnr dropped significantly (from 28 to 10), Are there some other parameters I should change?

Also, is scale bounded to the N_max of the hash grid? cause I found this line of code in networks.py?
"""
b = np.exp(np.log(2048scale/N_min)/(L-1))
"""
I believe N_max is 2048
scale in this case and scale is from the --scale from the opt.py or command line right?

Looking forward to your response! Thanks Again!

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