irolaina / FCRN-DepthPrediction

Deeper Depth Prediction with Fully Convolutional Residual Networks (FCRN)
BSD 2-Clause "Simplified" License
1.11k stars 313 forks source link

Your predictions error is inconsistent with your paper, why? #42

Open AI-slam opened 6 years ago

AI-slam commented 6 years ago

Hello, it is a great work. But I just test your predicted map provided by yourself and cannot get same error like your paper, I test it with matlab. your paper error: rmse 0.573 rel 0.127 your predicted map error: rmse 0.58912 rel 0.136271 Then, I get the predicted map with your pretrained model provided in this github, and write a python script to test error, I also cannot reach the results like your paper. predicted map error with your ckpt model: rmse 0.587333 rel 0.141360 I am very confused with it, could you explain it, thanks!

irolaina commented 6 years ago

Hi, thanks for pointing this one out!

We did indeed get the errors that we have reported in the paper. This is what we see in our machines, using Matlab version 2017a or older:

screenshot

However, we looked more into this matter and came across the following problems:

waleedka commented 6 years ago

So to make sure I understood this correctly:

  1. The results in the paper are inaccurate and you're going to publish an update to the paper to include the correct results.

Or,

  1. The results in the paper are correct, and the evaluation code used by the op is wrong.

Can someone confirm?