-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Cannot reproduce NeRF results on LLFF Fern dataset #1292
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
Comments
It's my understanding that we are deprecating |
I see, thanks for the clarification! It would be great to have the code for reproducing NeRF LLFF and Lego within the implicitron framework then. |
@bottler @davnov134 Can you point Sergey to the code that reproduces NeRF for LLFF and Lego? |
Hi folks! Any update on this? |
@sergeyprokudin Bro, I also have the same problem as you. I run the code
|
Update: Just as #868 said, this implementation has some problems for non-square images. But I successfully reproduce the lego result. |
Hi Pytorch3d team,
I was recently trying to reproduce the results of Pytroch3d NeRF implementation on the LLFF "fern" dataset. No changes on my side were made to the code, I've just run the provided command:
python ./train_nerf.py --config-name fern
However, the results I'm getting on the validation set are significantly lower than the ones reported in the readme (27.9 PSNR vs 17.8 I'm getting). I somehow feel this might be connected to the behavior described in the following open issue.
It would be great if you can look into this. Having reproducible NeRF baselines in a modular and extendable framework like Pytorch3d would be of great help for future research on neural rendering.
Thanks in advance,
~Sergey
The text was updated successfully, but these errors were encountered: