-
Notifications
You must be signed in to change notification settings - Fork 275
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
Tips on how to tune "bound" & "scale" for a new scene? #59
Comments
@JasonLSC Hi, you can try to uncomment this line to check the poses. A proper dataset should have poses like in this. You can also check |
@ashawkey Hi, thank you for your instructions. The visualization of the poses looks like this: I think it's good? Do you think the cameras are a little bit far away from the center point? |
Yes, the camera looks good. From the GUI it seems it is able to train normally? If you want the ray to reach further, you can use a larger bound. |
Hi @ashawkey ,thank you for your above sugguestions. Now, I can train my own scene dataset on the torch-NGP platform normally. In the end of training, the PSNR of training views converges to 26dB (bound = 8, scale = 1) . But, it converges to 30dB when I use NVIDIA intstant-NGP testbed (aabb_scale = 8, scale = 1) I have some questions about torch_NGP and instant_NGP:
|
There is still a large performance gap compared to the original implementation, it may still take some time for further optimization.
|
closed for now. |
I have a CG-generated dataset containing correct poses and depth range, exactly like Blender dataset. I used it to train a NeRF sucessfully by NeRF-pytorch code, but I failed to use it to train a NeRF by torch-ngp.
I think it may be due to my wrong setting of "bound" & "scale" for this scene. So do you have any tips on how to tune "bound" & "scale" for a new scene?
The text was updated successfully, but these errors were encountered: