Code Monkey home page Code Monkey logo

Comments (4)

ieted avatar ieted commented on September 7, 2024 1

In the first paragraph of the 4.2 subsection of your paper, there is a sentence

...Following [6], the original frames of size 640x480 pixels are down-sampled to 1/2 resolution and center-croped to 304x228 pixels, as input to the network.

that states you center-cropped the input RGB image in the experiment. If you did not crop the image, then what the operation should be after you down-sample the 640x480 image to 320x240 to get a 304x228 image as the input of the network?

from fcrn-depthprediction.

irolaina avatar irolaina commented on September 7, 2024

Indeed, there exists an invalid depth border for the ground truth. We mask it out during training, along with all the other invalid pixels. We have not filled in any pixel values

from fcrn-depthprediction.

ieted avatar ieted commented on September 7, 2024

I notice that you rescale your output depth prediction from 160x128 to 640x480 to compute the loss (against the untouched ground truth depth map), however, the predicted depth is in correspondence with the cropped version of the input RGB image, wouldn't there be some pixel location bias? @iro-cp

from fcrn-depthprediction.

irolaina avatar irolaina commented on September 7, 2024

Hi, actually we did not crop the input RGB and thus rescaling the prediction to full resolution should be in alignment with the ground truth. Differently to other papers in depth estimation, we did not compute errors in a center-cropped region only, but in the full image. For completeness we will report those errors too.

from fcrn-depthprediction.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.