Coder Social home page Coder Social logo

lijh1024 / fps-net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xiaoaoran/fps-net

0.0 0.0 0.0 132 KB

Code for "FPS-Net: A convolutional fusion network for large-scale LiDAR point cloud segmentation".

License: MIT License

Shell 0.18% Python 99.82%

fps-net's Introduction

arXiv

FPS-Net

Code for "FPS-Net: A convolutional fusion network for large-scale LiDAR point cloud segmentation", accepted by ISPRS journal of Photogrammetry and Remote Sensing
By Aoran Xiao, Xiaofei Yang, Shijian Lu, Dayan Guan, Jiaxing Huang

Full Paper

Install

conda create -n FPSNet python=3.7
source activate FPSNet
cd /ROOT/
pip install -r requirements.txt

Dataset

Download SemanticKITTI dataset from official website The dataset structure should be

./
├── 
├── ...
└── path_to_data_shown_in_config/
      └── sequences
            ├── 00/           
            │   ├── velodyne/	
            |   |	   ├── 000000.bin
            |   |	   ├── 000001.bin
            |   |	   └── ...
            │   ├── labels/ 
            |   |      ├── 000000.label
            |   |      ├── 000001.label
            |   |      └── ...
            |   ├── calib.txt
            |   ├── poses.txt
            |   └── times.txt
            └── 08/

Train

Revise dataset path in train.sh and run

cd /train/tasks/semantic
sh train.sh

Inference and Test

Revise dataset path in test.sh and run

cd /train/tasks/semantic
sh test.sh

We provide pre-trained weights, you can download and check (SemanticKITTI: mIoU=57.1 over the testing set; 59.1 over the validation set).

Citation

If you use this code, please cite:

@article{xiao2021fps,
  title={FPS-Net: A convolutional fusion network for large-scale LiDAR point cloud segmentation},
  author={Xiao, Aoran and Yang, Xiaofei and Lu, Shijian and Guan, Dayan and Huang, Jiaxing},
  journal={ISPRS Journal of Photogrammetry and Remote Sensing},
  volume={176},
  pages={237--249},
  year={2021},
  publisher={Elsevier}
}

Acknowledgement

Part of code is borrowed from lidar-bonnetal, thanks for their sharing!

Related Repos

fps-net's People

Contributors

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