Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

questions about --scale and N_max #146

Open
Moreland-cas opened this issue Jan 30, 2024 · 0 comments
Open

questions about --scale and N_max #146

Moreland-cas opened this issue Jan 30, 2024 · 0 comments

Comments

@Moreland-cas
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant