All Projects → 345ishaan → DenseLidarNet

345ishaan / DenseLidarNet

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to DenseLidarNet

voxelnet chainer
VoxelNet implementation in Chainer
Stars: ✭ 26 (-25.71%)
Mutual labels:  kitti-dataset, lidar-point-cloud, voxelnet
Visualizing-lidar-data
Visualizing lidar data using Uber Autonomous Visualization System (AVS) and Jupyter Notebook Application
Stars: ✭ 75 (+114.29%)
Mutual labels:  kitti-dataset, lidar-point-cloud
kitti-A-LOAM
Easy description to run and evaluate A-LOAM with KITTI-data
Stars: ✭ 28 (-20%)
Mutual labels:  kitti-dataset, lidar-point-cloud
deepOF
TensorFlow implementation for "Guided Optical Flow Learning"
Stars: ✭ 26 (-25.71%)
Mutual labels:  kitti-dataset
PointPainting
This repository is an open-source PointPainting package which is easy to understand, deploy and run!
Stars: ✭ 152 (+334.29%)
Mutual labels:  kitti-dataset
Awesome-3D-Object-Detection-for-Autonomous-Driving
Papers on 3D Object Detection for Autonomous Driving
Stars: ✭ 52 (+48.57%)
Mutual labels:  kitti-dataset
DeepLIO
Deep Lidar Inertial Odometry
Stars: ✭ 46 (+31.43%)
Mutual labels:  lidar-point-cloud
ikd-Tree
This repository provides implementation of an incremental k-d tree for robotic applications.
Stars: ✭ 286 (+717.14%)
Mutual labels:  lidar-point-cloud
DSP-SLAM
[3DV 2021] DSP-SLAM: Object Oriented SLAM with Deep Shape Priors
Stars: ✭ 377 (+977.14%)
Mutual labels:  kitti-dataset
M3DETR
Code base for M3DeTR: Multi-representation, Multi-scale, Mutual-relation 3D Object Detection with Transformers
Stars: ✭ 47 (+34.29%)
Mutual labels:  kitti-dataset
KittiViz
Data visualizer for Kitti dataset.
Stars: ✭ 18 (-48.57%)
Mutual labels:  kitti-dataset
efficient online learning
Efficient Online Transfer Learning for 3D Object Detection in Autonomous Driving
Stars: ✭ 20 (-42.86%)
Mutual labels:  kitti-dataset
SASensorProcessing
ROS node to create pointcloud out of stereo images from the KITTI Vision Benchmark Suite
Stars: ✭ 26 (-25.71%)
Mutual labels:  kitti-dataset
multiclass-semantic-segmentation
Experiments with UNET/FPN models and cityscapes/kitti datasets [Pytorch]
Stars: ✭ 96 (+174.29%)
Mutual labels:  kitti-dataset
progressive-coordinate-transforms
Progressive Coordinate Transforms for Monocular 3D Object Detection, NeurIPS 2021
Stars: ✭ 55 (+57.14%)
Mutual labels:  kitti-dataset
PointCloudSegmentation
The research project based on Semantic KITTTI dataset, 3d Point Cloud Segmentation , Obstacle Detection
Stars: ✭ 62 (+77.14%)
Mutual labels:  lidar-point-cloud
BtcDet
Behind the Curtain: Learning Occluded Shapes for 3D Object Detection
Stars: ✭ 104 (+197.14%)
Mutual labels:  lidar-point-cloud
Waymo Kitti Adapter
A tool converting Waymo dataset format to Kitti dataset format.
Stars: ✭ 83 (+137.14%)
Mutual labels:  kitti-dataset
GuidedNet
Caffe implementation for "Guided Optical Flow Learning"
Stars: ✭ 28 (-20%)
Mutual labels:  kitti-dataset
annotate
Create 3D labelled bounding boxes in RViz
Stars: ✭ 104 (+197.14%)
Mutual labels:  lidar-point-cloud

DenseLidarNet

Project Title

Generating Dense Lidar Data using cues from monocular image and sparse lidar data.

Kitti Data Visualization

Sparse to Dense Halluncination

Please find the descriptions of the files in the code folder as follows:-

  1. ./code/train.py => Main file used to push the trigger for training. Supports flag for train/eval and cuda enable/disable.
  2. ./code/vfe_layer.py => VFE Layer and DenseLidarNet Model in Pytorch
  3. ./code/voxelize.py => Creates a voxel map for sparse lidar map and generates masks and indices.
  4. ./code/dataloader.py => Pytorch DataLoader customized for DenseLidarNet.
  5. ./code/chamfer_loss.py => Chamfer Loss Computation in Pytorch
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].