mrharicot / monodepth

Unsupervised single image depth prediction with CNNs
Other
2.21k stars 628 forks source link

testing simple.py has bad result #257

Open uzibuxing opened 3 years ago

uzibuxing commented 3 years ago

Dear author: thank you for you code. This is my first time to study neural network for depth estimation,but I have some problem when I run the monodepth_simple.py 5 5_disp

anthonygofin commented 2 years ago

Dear uzibuxing,

I am also running monodepth_simple.py and I have the face problem. I used model_kitti to test on the same image than you, and the results are worst. I was just wondering if you finally found a reason/solution to these results and if so, if you could share about this.

uzibuxing commented 2 years ago

亲爱的乌齐布辛,

我也在跑步monodepth_simple.py,我有面部问题。我用model_kitti在与你相同的图像上进行测试,结果最差。我只是想知道你是否最终找到了这些结果的原因/解决方案,如果是这样,你是否可以分享一下。

Sorry, Finally I used monodepth2 and gave up this.

anthonygofin commented 2 years ago

Hi uzibuxing,

Thank you for you answer. I finally used Monodepth2 as well, as tf functions in monodepth1 are deprecated (sadly).