Giter VIP home page Giter VIP logo

bathy_nn_learning's Introduction

bathy_nn_learning

Introduction

This repository is intended for loop closure detection and feature matching in the context of Multibeam Echo Sounders (MBES).

Dependencies

Install the June 2022 version of AUVLib here:

git clone -b extended_bm [email protected]:ignaciotb/auvlib.git

For details, please refer to requirements.txt (for pip) or environment.yml (for conda).

Recommended for baseline: PCL 1.10 or its python binding

Usage

Step 1: Run scripts/parse_cereal.py to parse cereal data.

Step 2.1 - 2.3: Run other scripts in scripts/ to create datasets.

Step 3: Run train.py to train a model. (Modify param.py properly.)

Step 4: Run scripts in test/ to evaluate the model.

.
├── data               # datasets
│   ├── Circle100      # training set
│   │   ├── raw        # raw training set
│   │   └── processed  # processed training set
│   ├── Circle100Valid
│   │   └── ...
│   └── Circle100Test
│       └── ...
├── scripts     # scripts for data processing
├── utils       # utility functions 
├── test        # testing scripts
├── models.py   # model implementation
├── dataset.py  # dataset implementation
├── param.py    # parameters and configurations
└── train.py    # training script

Citation

If you find our work useful, please consider citing:

@article{tan2022data,
  title={Data-driven Loop Closure Detection in Bathymetric Point Clouds for Underwater SLAM},
  author={Tan, Jiarui and Torroba, Ignacio and Xie, Yiping and Folkesson, John},
  journal={arXiv preprint arXiv:2209.08578},
  year={2022}
}

Acknowledgment

Part of the code is based on some examples in PyTorch Geometric.

bathy_nn_learning's People

Contributors

tjr16 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.