-
Notifications
You must be signed in to change notification settings - Fork 54
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
not clear img results #52
Comments
by the way, there is 2 param that i am not very clear. |
the world coordinate system used in mega-nerf is (down, right, backwards), so negative values are higher altitude-wise than positive values. In retrospect I would have used a more intuitive world coordinate system, but hindsight is 20/20 :) I'd double-check that all of your camera poses are within the [-1, 1] range, so if your origin is centered that looks reasonable. In general regarding bluriness I'd make sure that your camera poses are accurate, and use something like PixSFM if you can (we personally saw a huge difference between PixSFM and commercial drone mapping software when running experiments for the paper) |
@Calsia do you have fix your problem? I have the same issue as you sent. Thanks a lot! |
I am sorry. It's still a problem for me. |
hi, thks for this great work for large scene.
i uesd it for my own dataset (500 pics), after training 500k, i get the img from your 'eval_result_rgbs' from the scritpt 'eval.py'.
but the result rgb img is not clear enough, do you have any suggestion?
any reponse is helpful. thanks!
The text was updated successfully, but these errors were encountered: