nianticlabs / monodepth2

[ICCV 2019] Monocular depth estimation from a single image
Other
4.13k stars 953 forks source link

A problem when I train my repo code #477

Closed Jamesgender closed 1 year ago

Jamesgender commented 1 year ago

I am a new learner of the MDE, and your code is so important that I try to reproduce your work. However my disp output is like this: image Have you ever met the same problem when you write your code? If you did, can you tell me where the problem may be? Thank you for your work!

Also I will try to solve the problem by myself.

Jamesgender commented 1 year ago

Today I solve the problem, my mistake is that I put the model_lr_scheduler.step() during the training instead of after training, so the learning rate was too small to make effects.