-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
NeRF synthetic + mipNeRF360 dataset training fails. #1035
Comments
I also saw that issue with the training! I thought it was an issue with my setup (CUDA 12.4) and spent the whole day setting it up to the older version, but it turned out it was somewhere in the repo. I reverted to commit 21301643a4354d6e24495c0df5a85354af8bd2be and I get the correct PSNR. |
Hi, did you try to render the tests images after training and computing the metrics using |
Hi, this is now fixed (3dc0b75). |
|
I tried to run 3DGS on the nerf synthetic data (chair example) and mipNeRF360 dataset, but the training results were really bad. I used the following command, as suggested in the README (
-w
for white background):For NeRF synthetic:
python train.py -s data/nerf_synthetic/chair/ --eval -w
For mipNeRF360:
python train.py -s ~/data/360_v2/bicycle/ -i images_4 --eval
The train/test PSNRs are around 10-15 dB. Did I incorrectly set any parameters? Thanks!
Hardware: NVIDIA RTX A6000
The text was updated successfully, but these errors were encountered: