GithubHelp home page GithubHelp logo

xiaojake / ssc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lilin-hitcrt/ssc

0.0 1.0 0.0 39.15 MB

!!!(sota)SSC:基于点云语义上下文的大规模激光SLAM的位置识别方法:Semantic Scan Context

License: MIT License

CMake 5.01% C++ 85.94% Python 9.05%

ssc's Introduction

SSC

Code for IROS2021 paper SSC: Semantic Scan Context for Large-Scale Place Recognition

pipeline

Citation

@inproceedings{li2021ssc,
      title={{SSC: Semantic Scan Context for Large-Scale Place Recognition}}, 
      author={Lin Li and Xin Kong and Xiangrui Zhao and Tianxin Huang and Wanlong Li and Feng Wen and Hongbo Zhang and Yong Liu},
      year={2021},
      booktitle={2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},
      volume={},
      number={},
      pages={},
      doi={}
}

Requirements

OpenCV
PCL
yaml-cpp

Usage

Build the code:

    mkdir build && cd build && cmake .. && make -j5

Modify the configuration file.

A simple example:

    cd ../bin
    ./eval_pair

Precision-Recall:

    cd ../bin
    ./eval_seq

Top-k Recall:

    cd ../bin
    ./eval_top1

plot curve

Data

Pair Lists

Lists of evaluation samples. We select all positive samples, and randomly select some negative samples according to a fixed ratio for evaluation. This folder contains lists of evaluation samples we used for the KITTI dataset (pairs_kitti) and KITTI-360 dataset (pairs_kitti360). The naming rule of the parent folder of the lists is "neg_ratio". For example, "neg_10" means that the number of negative samples is ten times that of positive samples.

Semantic label for KITTI-360

We use the kd-tree to obtain the semantic information of each scan in the KITTI-360 data set.

Raw Data

We provide the raw data of the tables and curves in the paper. For the fairness of the experiment, make sure that your results are also based on the same evaluation samples when citing the provided data.

We provide the results of all the methods mentioned in the paper on the KITTI and KITTI-360 datasets. The first column of each data file is the similarity score, and the second column is the ground truth. We also provide a python script to draw curves.

Results

KITTI

Top-k Recall

When using 5 m as the threshold, the top-k recall rate is shown in the figure:

recall

Precision-Recall Curve

The Precision-Recall curve when α=100:

pr

KITTI-360

Precision-Recall Curve

The Precision-Recall curve when α=10:

pr

Acknowledgement

Thanks to the source code of some great works such as Scan Context and Intensity Scan Context

ssc's People

Contributors

lilin-hitcrt avatar

Watchers

James Cloos avatar

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.