GithubHelp home page GithubHelp logo

Comments (2)

ClementPinard avatar ClementPinard commented on June 20, 2024

Hi,

  1. No, it's juste a vizualisation. If you want to output actual depth, you can this line here. Careful, it will be much heavier as it's uncompressed floats.
np.save(output_dir/'{}_depth.npy'.format(file_name), depth)
  1. The scale factor is undetermined. That's the main pain point of this work, it's not constant with the network, you need to find it each time. You could try a scale factor that works for most images, but there is no guarantee at all. The method to get it in the original paper is to compare the median of prediction with median of groundtruth. The proposed alternitve method here is to compare movement magnitude prediction with Posent with groundtruth odometry, either from GPS or from integrating wheel speed.
  2. As said above, the depth map needs a scale factor to be computed. It's up to you how you get it since KITTI features both Lidar and odometry. Odometry is more realistic if you plan to use it on your own device where chances are that you have Lidar data

from sfmlearner-pytorch.

rohitcmohite avatar rohitcmohite commented on June 20, 2024

Hello, Thank you. Will definitely try it out.

from sfmlearner-pytorch.

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.