Codes links for implementation on LiDAR and Camera
-
Codes for "Learning Lightweight Lane Detection CNNs by Self Attention Distillation"
-
Spatial CNN for Traffic Lane Detection
-
See Eye to Eye: A Lidar-Agnostic 3D Detection Framework for Unsupervised Multi-Target Domain Adaptation
-
Simultaneous Location of Rail Vehicles and Mapping of Environment with Multiple LiDARs
-
Point-to-Voxel Knowledge Distillation for LiDAR Semantic Segmentation (CVPR 2022)
-
V2X-ViT: Vehicle-to-Everything Cooperative Perception with Vision Transformer (ECCV 2022)
Father of LIDAR and IMU integration
-
LIO-Livox (A Robust LiDAR-Inertial Odometry for Livox LiDAR)
-
LIO-mapping: A Tightly Coupled 3D Lidar and Inertial Odometry and Mapping Approach -- ICRA 2019
-
LOAM_NOTED
-
FAST-LIO Robust Real-time LiDAR-inertial Initialization
Code:
https://github.com/hku-mars/FAST_LIO- Fast LiDAR-Inertial Odometry is a computationally efficient and robust LiDAR-inertial odometry package.
- It fuses LiDAR feature points with IMU data using a tightly-coupled iterated extended Kalman filter to allow robust navigation in fast-motion, noisy or cluttered environments where degeneration occurs.
-
FAST-LIO2: Fast Direct LiDAR-inertial Odometry
- https://arxiv.org/pdf/2107.06829.pdf
Code :
https://github.com/hku-mars/FAST_LIO (2021-07-05 Update)
-
zed-examples
-
Mask R-CNN for Object Detection and Segmentation
- Clone reposotory git clone https://github.com/matterport/Mask_RCNN.git
Code :
https://github.com/NNtamp/Personal-Repository
-
Segment Anything
-
A Deep Learning Approach for LiDAR Resolution-Agnostic Object Detection
-
Camera LiDAR Calibration ROS Package Tutorial
- The full paper is accessible at: https://arxiv.org/abs/2103.12287
- The code is available at: https://github.com/acfr/cam_lidar_calibration
-
Sparse Fuse Dense: Towards High Quality 3D Detection with Depth Completion
- The full paper is accessible at: https://arxiv.org/abs/2203.09780
- The code is available at: https://github.com/LittlePey/SFD
- Voxel-Based Methods
-
VFF: Voxel Field Fusion for 3D Object Detection
- VFF aims to maintain cross-modality consistency by representing and Image fusing augmented image features as a ray in the voxel field.
Code:
https://github.com/dvlab-research/VFF
-
PIXOR : Real-time 3D Object Detection from Point Clouds
-
PointPillars : Fast Encoders for Object Detection from Point Clouds
- Point-base Methods : Suitable for in-door scenes (high object density) not for out-door ( large scale point clouds)
-
PointNet++ : Deep Hierarchical Feature Learning on Point Sets in a Metric Space - 2017
-
PointRCNN : 3D Object Proposal Generation and Detection from raw Point Cloud
- https://arxiv.org/pdf/1812.04244.pdf
- The whole framework is composed of two stages: stage-1 for the bottom-up 3D proposal generation and stage-2 for refining proposals in the canonical coordinates to obtain the final detection results.
Code :
https://github.com/sshaoshuai/PointRCNN
-
3D Machine Learning 201 Guide: Point Cloud Semantic Segmentation
-
General-Purpose Point Cloud Feature Extractor
-
VoxelNet: End-to-End Learning for Point Cloud Based 3D Object Detection
-
OpenPCDet
- OpenPCDet is a clear, simple, self-contained open source project for LiDAR-based 3D object detection.
Code:
https://github.com/open-mmlab/OpenPCDet
-
FUNDAMENTALS OF DEEP LEARNING
-
FUNDAMENTALS OF COMPUTING WITH CUDA C/C++
-
Deep-Learning-for-Robotics
-
NVIDIA Deep Learning Examples for Tensor Cores
-
PyTorch Tutorial to Object Detection.
-
Ros_Summit_XL_basics
-
Summit XL Navigation
-
TensorFlow Implementation for Computing a Semantically Segmented Bird's Eye View (BEV) Image Given the Images of Multiple Vehicle-Mounted Cameras.
-
Open-RMF (www.open-rmf.org)
- Open-RMF ROSCon Workshop slides https://lnkd.in/gvnaeXnx
- https://github.com/open-rmf/rmf-web
- https://github.com/open-rmf/rmf_demos
- https://vimeo.com/405803151
-
Robust and efficient coverage paths for autonomous agricultural vehicles
-
Intelligent Quads Tutorials
-
mav_trajectory_generation
- Tools for polynomial trajectory generation and optimization.
- https://github.com/ethz-asl/mav_trajectory_generation
- Classic Programming Books
-
Sensor Fusion Udacity
-
Self-Driving-Car-Engineer-Nanodegree
- https://github.com/ChenBohan/Udacity-Self-Driving-Car-Engineer-Nanodegree
- https://github.com/ChenBohan/Robotics-Control-01-PID-Control
- https://github.com/ChenBohan/Robotics-Sensor-Fusion-03-UKF-Unscented-Kalman-Filter
- https://github.com/ChenBohan/Robotics-Path-Planning-05-CarND-Path-Planning-Project
-
Robotics-ROS
- Git CI Actions