All Projects → sj-li → MINet

sj-li / MINet

Licence: other
Multi-scale Interaction for Real-time LiDAR Data Segmentation on an Embedded Platform (RA-L)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MINet

Awesome Data Labeling
A curated list of awesome data labeling tools
Stars: ✭ 1,120 (+3900%)
Mutual labels:  lidar, semantic-segmentation
Superpoint graph
Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs
Stars: ✭ 533 (+1803.57%)
Mutual labels:  lidar, semantic-segmentation
Open3d Ml
An extension of Open3D to address 3D Machine Learning tasks
Stars: ✭ 284 (+914.29%)
Mutual labels:  lidar, semantic-segmentation
Salsanext
Uncertainty-aware Semantic Segmentation of LiDAR Point Clouds for Autonomous Driving
Stars: ✭ 153 (+446.43%)
Mutual labels:  lidar, semantic-segmentation
WS3D
Official version of 'Weakly Supervised 3D object detection from Lidar Point Cloud'(ECCV2020)
Stars: ✭ 104 (+271.43%)
Mutual labels:  lidar
kits19-challenge
Kidney Tumor Segmentation Challenge 2019
Stars: ✭ 44 (+57.14%)
Mutual labels:  semantic-segmentation
Baidu Lane Segmentation
4th place solution in Baidu Autonomous Driving Lane Segmentation
Stars: ✭ 19 (-32.14%)
Mutual labels:  semantic-segmentation
awesome-computer-vision-models
A list of popular deep learning models related to classification, segmentation and detection problems
Stars: ✭ 419 (+1396.43%)
Mutual labels:  semantic-segmentation
sweep-sdk
Sweep SDK
Stars: ✭ 88 (+214.29%)
Mutual labels:  lidar
AdaptationSeg
Curriculum Domain Adaptation for Semantic Segmentation of Urban Scenes, ICCV 2017
Stars: ✭ 128 (+357.14%)
Mutual labels:  semantic-segmentation
mini-map-maker
A tool for automatically generating 3D printable STLs from freely available lidar scan data.
Stars: ✭ 51 (+82.14%)
Mutual labels:  lidar
IAST-ECCV2020
IAST: Instance Adaptive Self-training for Unsupervised Domain Adaptation (ECCV 2020) https://teacher.bupt.edu.cn/zhuchuang/en/index.htm
Stars: ✭ 84 (+200%)
Mutual labels:  semantic-segmentation
pcl localization ros2
ROS2 package of 3D LIDAR-based Localization using PCL (Not SLAM)
Stars: ✭ 74 (+164.29%)
Mutual labels:  lidar
SyConn
Toolkit for the generation and analysis of volume eletron microscopy based synaptic connectomes of brain tissue.
Stars: ✭ 31 (+10.71%)
Mutual labels:  semantic-segmentation
mix3d
Mix3D: Out-of-Context Data Augmentation for 3D Scenes (3DV 2021 Oral)
Stars: ✭ 183 (+553.57%)
Mutual labels:  semantic-segmentation
DocuNet
Code and dataset for the IJCAI 2021 paper "Document-level Relation Extraction as Semantic Segmentation".
Stars: ✭ 84 (+200%)
Mutual labels:  semantic-segmentation
AuxiLearn
Official implementation of Auxiliary Learning by Implicit Differentiation [ICLR 2021]
Stars: ✭ 71 (+153.57%)
Mutual labels:  semantic-segmentation
LiDAR-GTA-V
A plugin for Grand Theft Auto V that generates a labeled LiDAR point cloud from the game environment.
Stars: ✭ 127 (+353.57%)
Mutual labels:  lidar
puma
Poisson Surface Reconstruction for LiDAR Odometry and Mapping
Stars: ✭ 302 (+978.57%)
Mutual labels:  lidar
EDANet
Implementation details for EDANet
Stars: ✭ 34 (+21.43%)
Mutual labels:  semantic-segmentation

Multi-scale Interaction for Real-time LiDAR Data Segmentation on an Embedded Platform (RA-L)

Dependence:

  1. Accoding to LiDAR-Bonnetal (https://github.com/PRBonn/lidar-bonnetal/tree/master/train)
  2. flops-counter.pytorch (https://github.com/sovrasov/flops-counter.pytorch)
  3. Edge files: Edges

Infer:

  1. put 'sequences' folder under 'data/'
  2. 'python infer.py --dataset data --arch_cfg config/arch/config_file --data_cfg config/labels/semantic-kitti.yaml --checkpoint checkpoints/checkpoint_file --log predictions'

Attention

  1. Only infer validation set, refer 'lib/user.py' line 70-80.
  2. pay attention to kNN setting. (In 'config/arch/*.yaml')

Citation

Please cite the following paper if you use this repository in your reseach.

@ARTICLE{9633188,
  author={Li, Shijie and Chen, Xieyuanli and Liu, Yun and Dai, Dengxin and Stachniss, Cyrill and Gall, Juergen},
  journal={IEEE Robotics and Automation Letters}, 
  title={Multi-Scale Interaction for Real-Time LiDAR Data Segmentation on an Embedded Platform}, 
  year={2022},
  volume={7},
  number={2},
  pages={738-745},
  doi={10.1109/LRA.2021.3132059}}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].