Giter Site home page Giter Site logo

Comments (6)

Chen-Xieyuanli avatar Chen-Xieyuanli commented on September 23, 2024

Hey @fuying-wang,

Fig. 7 is the evaluation results of the KITTI Odometry dataset sequence 00.

We followed the experimental setup of the OEROS paper. For the evaluation, point clouds from the first 170s of sequence 00 are used to generate the map, i.e., to populate the KD-tree. The remaining point clouds are used for localization queries. This split of sequence 00 prevents any self-localization, as the vehicle starts to revisit previously traversed areas after 170s. The query point clouds are sampled to be at least 3m apart.

In this specific experiment, we vary the number of top k nearest place candidates retrieved from the map and check whether the true positive is inside the candidates or not. The baseline results were directly taken from the OEROS paper.

I hope this helps!

from overlapnet.

fuying-wang avatar fuying-wang commented on September 23, 2024

Hi,

Thanks very much for the details! That's very helpful.

from overlapnet.

fuying-wang avatar fuying-wang commented on September 23, 2024

Hi, @Chen-Xieyuanli

I am still confused about two things. I am wondering if you can help me when you are free.

  1. In the OEROS paper, I saw:

the query point clouds are sampled to be at least 3m apart.

I am not sure what this means. Does this mean I should down-sample the KITTI sequence 00 to ensure each two consecutive point clouds are 3m apart?

  1. I am wondering how I can get the true-positive samples. Maybe I can find all reference point clouds relative to the query point cloud within a certain distance, for example, 1.5m. Does this right? Also, are you consider the most similar one as the true-positive in this experiment? Or just all found point clouds within this distance?

Thanks a lot!

from overlapnet.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on September 23, 2024

Does this mean I should down-sample the KITTI sequence 00 to ensure each two consecutive point clouds are 3m apart?

Yes.

Maybe I can find all reference point clouds relative to the query point cloud within a certain distance, for example, 1.5m. Does this right?

Yes.

Also, are you consider the most similar one as the true-positive in this experiment? Or just all found point clouds within this distance?

After downsampling, there should be only one true-positive, since candidates are 3m away from each other and only the one inside the 1.5m area is the true positive.

from overlapnet.

fuying-wang avatar fuying-wang commented on September 23, 2024

Thanks very much!

from overlapnet.

Chen-Xieyuanli avatar Chen-Xieyuanli commented on September 23, 2024

Since there is no further question about this issue, I'm going to close it.

If there is any other problem, please feel free to ask me to reopen it.

from overlapnet.

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.