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

How to judge whether the model converge? #15

Closed
lxtGH opened this issue Mar 14, 2018 · 1 comment
Closed

How to judge whether the model converge? #15

lxtGH opened this issue Mar 14, 2018 · 1 comment

Comments

@lxtGH
Copy link

lxtGH commented Mar 14, 2018

Thanks for your code, I don't know how to judge the model converge when traning on cityscape dataset.
loss? or just after 3000 epoch

@ClementPinard
Copy link
Owner

Hello,

Hard to say ! It still remains an open problem as photometric loss doesn't exactly reflect depth map quality. As you can see in original implementation (tinghuiz/SfMLearner#42), even for KITTI convergence is not perfect science, as you just "notice overfitting" by evaluating depth with GT at different steps.

I tried to make this search easier by adding GT values to validation steps in the very training, that way you don't have to randomly stop training and test it, but trigger automatically an "early stop", but for that you need GT, which is not avalaible in Cityscapes.

The main purpose of CS is only to pretrain the network and let him generalize better, there's no way to measure depth quality on CityScapes

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