Giter Site home page Giter Site logo

sqn's Introduction

arXiv GitHub Stars visitors License CC BY-NC-SA 4.0

SQN: Weakly-Supervised Semantic Segmentation of Large-Scale 3D Point Clouds (ECCV2022)

This is the official repository of the Semantic Query Network (SQN). For technical details, please refer to:

SQN: Weakly-Supervised Semantic Segmentation of Large-Scale 3D Point Clouds
Qingyong Hu, Bo Yang, Guangchi Fang , Ales Leonardis, Yulan Guo, Niki Trigoni , Andrew Markham.
[Paper] [Video]

(1) Setup

This code has been tested with Python 3.5, Tensorflow 1.11, CUDA 9.0 and cuDNN 7.4.1 on Ubuntu 16.04/Ubuntu 18.04.

  • Clone the repository
git clone --depth=1 https://github.com/QingyongHu/SQN && cd SQN
  • Setup python environment
conda create -n sqn python=3.5
source activate sqn
pip install -r helper_requirements.txt
sh compile_op.sh

(2) Training (Semantic3D as example)

First, follow the RandLA-Net instruction to prepare the dataset, and then manually change the dataset path here.

  • Start training with weakly supervised setting:
python main_Semantic3D.py --mode train --gpu 0 --labeled_point 0.1%
  • Evaluation:
python main_Semantic3D.py --mode test --gpu 0 --labeled_point 0.1%

Quantitative results achieved by our SQN:

2 z
2 z

(3) Sparse Annotation Demo

Citation

If you find our work useful in your research, please consider citing:

@inproceedings{hu2021sqn,
  title={SQN: Weakly-Supervised Semantic Segmentation of Large-Scale 3D Point Clouds},
  author={Hu, Qingyong and Yang, Bo and Fang, Guangchi and Guo, Yulan and Leonardis, Ales and Trigoni, Niki and Markham, Andrew},
  booktitle={European Conference on Computer Vision},
  year={2022}
}

Related Repos

  1. RandLA-Net: Efficient Semantic Segmentation of Large-Scale Point Clouds GitHub stars
  2. SoTA-Point-Cloud: Deep Learning for 3D Point Clouds: A Survey GitHub stars
  3. 3D-BoNet: Learning Object Bounding Boxes for 3D Instance Segmentation on Point Clouds GitHub stars
  4. SpinNet: Learning a General Surface Descriptor for 3D Point Cloud Registration GitHub stars
  5. SensatUrban: Learning Semantics from Urban-Scale Photogrammetric Point Clouds GitHub stars
  6. Not All Points Are Equal: Learning Highly Efficient Point-based Detectors for 3D LiDAR Point Clouds GitHub stars

sqn's People

Contributors

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