Giter Site home page Giter Site logo

maskpls's Introduction

Mask-Based Panoptic LiDAR Segmentation for Autonomous Driving

This repository contains the implementation of our paper.

Installation

  • Install this package by running in the root directory of this repo:
pip3 install -U -e .

Data preparation

SemanticKITTI

Download the SemanticKITTI dataset inside the directory data/kitti/. The directory structure should look like this:

./
└── data/
    └── kitti
        └── sequences
            ├── 00/           
            │   ├── velodyne/	
            |   |	├── 000000.bin
            |   |	├── 000001.bin
            |   |	└── ...
            │   └── labels/ 
            |       ├── 000000.label
            |       ├── 000001.label
            |       └── ...
            ├── 08/ # for validation
            ├── 11/ # 11-21 for testing
            └── 21/
                └── ...

NuScenes

We use nuscenes2kitti to convert the nuScenes format into the SemanticKITTI format and store it in data/nuscenes/.

In the scripts, use the --nuscenes flag to train or evaluate using this dataset.

Pretrained models

Reproducing results

python3 scripts/evaluate_model.py --w [path_to_model]

Training

python3 scripts/train_model.py

Citation

@article{marcuzzi2023ral,
  author = {R. Marcuzzi and L. Nunes and L. Wiesmann and J. Behley and C. Stachniss},
  title = {{Mask-Based Panoptic LiDAR Segmentation for Autonomous Driving}},
  journal = ral,
  volume = {8},
  number = {2},
  pages = {1141--1148},
  year = 2023,
  doi = {10.1109/LRA.2023.3236568},
  url = {https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/marcuzzi2023ral.pdf},
}

Licence

Copyright 2023, Rodrigo Marcuzzi, Cyrill Stachniss, Photogrammetry and Robotics Lab, University of Bonn.

This project is free software made available under the MIT License. For details see the LICENSE file

maskpls's People

Contributors

rmarcuzzi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

maskpls's Issues

Softmax for Class Probabilities in Panoptic Inference Function

Thank you for publishing your code. I wanted to ask if there is a small mistake in this line:
https://github.com/PRBonn/MaskPLS/blob/f80691232bd25183435fd28dc54026652c209627/mask_pls/models/mask_model.py#LL135C35-L135C35
I believe you should apply a softmax function to get the probabilities similar to what you do in the semantic inference function:
https://github.com/PRBonn/MaskPLS/blob/f80691232bd25183435fd28dc54026652c209627/mask_pls/models/mask_model.py#LL119C16-L119C16
Am I missing something or is there a slight mistake?

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.