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

Perform baddly on validation set #13

Open
Choconuts opened this issue Aug 13, 2022 · 6 comments
Open

Perform baddly on validation set #13

Choconuts opened this issue Aug 13, 2022 · 6 comments

Comments

@Choconuts
Copy link

I use the milkbox dataset to train the model and the training PSNR is about 29.
However, the images synthesis in validation are nearly blank with a little noise, and the PSNR is extremely low. Is it overfitting?

I just run like this for the geometry model:

python train.py
--config
configs/milkbox_geometry.yaml
--datadir
data\milkbox_dataset
@zfkuang
Copy link
Contributor

zfkuang commented Aug 13, 2022

It might be overfitting. can you send me your log file?

Also, did you try the other two datasets?

@Choconuts
Copy link
Author

version_2.zip
not yet.

@zfkuang
Copy link
Contributor

zfkuang commented Aug 13, 2022

It looks like your initialization is a bit different from my side, what's your ubuntu version and did you use the conda command in the guide to install all the packages?

Screen Shot 2022-08-13 at 1 44 57 AM
My initialization

Screen Shot 2022-08-13 at 1 43 15 AM
Yours

@Choconuts
Copy link
Author

I use windows. Does it matter so much? I mean initialization, since it can converge on training-set easily after all.
How can I correct the initialization?

@zfkuang
Copy link
Contributor

zfkuang commented Aug 13, 2022

It might be, but there're some other things that looks odd: for example your camera loss is extremely high, indicating that the system didn't find a good camera pose either. So my guess is that there're some nuances between the packages on different platforms causing all the trouble. I would suggest using ubuntu, because all experiments are conducted on it. I can also test the model on windows later to see how to fix that.

@Choconuts
Copy link
Author

OK, thank you.

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

2 participants