Code Monkey home page Code Monkey logo

Comments (3)

niosus avatar niosus commented on May 18, 2024

So, the way it is implemented now was tailored to Frank Moosman's data. These data are all 64x870, which seems to give a good tradeoff between speed and precision. The way I handle multiple points that fall into the same pixel is that only the furthest reading is taken per pixel, but all the points that fall into it get assigned the same label. It can create some minor artifacts, but seemed to work well in practice for me.

You can however, pick any resolution you want if you look into the ProjectionParams class by adding another function like this one with any resolution you want.

Be advised, that working with KITTI data directly might be a little imprecise as the HDL64 has two sets of beams that do not exactly match onto a single depth image.

from depth_clustering.

tornadomeet avatar tornadomeet commented on May 18, 2024

i think KITTI should be set as:

params.SetSpan(SpanParams(-180_deg, 180_deg, 4000),
SpanParams::Direction::HORIZONTAL);

because Velodyne HDL-64E has 0.09 degree angular resolution.

from depth_clustering.

lonlonago avatar lonlonago commented on May 18, 2024

@niosus

  1. I also think HDL64 row step should be 4000 or 2048, but will this increase runtime a lot ?
  2. can you explain further about "HDL64 has two sets of beams that do not exactly match onto a single depth image"
  3. the AngleDiff::PreComputeAlphaVecs, if the angle is add by step, then it's a constant value, why need a vector to store and obtain it by r,c indices ?

thanks for your work and reply!

from depth_clustering.

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.