tinghuiz / SfMLearner

An unsupervised learning framework for depth and ego-motion estimation from monocular videos
MIT License
1.97k stars 557 forks source link

Does not learn the distance well on my own dataset #126

Open ckLibra opened 4 years ago

ckLibra commented 4 years ago

Like the following picture.The network seems to learn the structure well,but the distance is not learned well.The depth in the distance seems to be similar to that in the near place.What's the reason that might influence it? I use the pretrained model to finetune.Hyperparameter is all default except exp_mask_weight=0.2 and epochs=20. And I add an corner mask for photometric_reconstruction_loss since the four corner in my dataset is all black and meaningless. 1 2