• Stars
    star
    284
  • Rank 144,715 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

KITTI data processing and 3D CNN for Vehicle Detection

KiTTI Data Processing and 3D CNN for Vehicle Detection

3D CNN for Vehicle Detection

3D Fully Convolutional Network using PointCloud data for Vehicle Detection
Reference: 3D Fully Convolutional Network for Vehicle Detection in Point Cloud https://arxiv.org/pdf/1611.08069.pdf

Main File is "model_01_deconv.py"
Data Loading Function is "input_velodyne.py"

Example (3D Bounding Box:8 Vertices) Not executing NMS

Requirement

  • Python
  • tensorflow
  • ROS
  • Python-PCL (If you will not use pcl, please comment out related code in input_velodyne.py

KiTTI Data Processing

Dataset is KITTI 3D Object Detection Datasets
http://www.cvlibs.net/datasets/kitti/eval_object.php?obj_benchmark=3d

  • Velodyne PointCloud
  • training labels
  • Calibration

More Repositories

1

voxelnet_chainer

VoxelNet implementation in Chainer
Python
27
star
2

Faster_RCNN_tensorflow

Implementation of Faster RCNN for Vehicle Detection
Python
16
star
3

Traffic_Signs_Recognition_cnn

Traffic Sign Recognition by Convolutional Neural Network (TensorFlow)
Jupyter Notebook
14
star
4

Advanced_Lane_Finding

Curved Lane Detection by computer vision techniques such as perspective transform or image thresholding.
Jupyter Notebook
14
star
5

Vehicle_Detection_hog

vehicle detection by HOG and color features
Jupyter Notebook
13
star
6

monodepth_chainer

Unsupervised Monocular Depth Estimation with Left-Right Consistency by chainer
Python
12
star
7

Yolo_v2_chainer

Yolo v2 implementation in Chainer, ChainerCV
Python
9
star
8

ENet_chainer

Implementation of ENet by chainer
Python
5
star
9

SSD_CUDNN

Single Shot Multibox Detector by CUDNN6 and C
C
5
star
10

Extended_Kalman_Filter

Extended Kalman Filter by C++
C++
5
star
11

mono_3d_localizer

C++
4
star
12

Fast_RCNN_tensorflow

Implemention of Fast RCNN by Tensorflow
Python
3
star
13

ssd-tensorflow

SSD implemention by Tensorflow 1.0
Python
2
star
14

LinkNet_chainer

Implementation of LinkNet by chainer
Python
2
star
15

hungarian

Hungarian algorithm in C++
C++
2
star
16

behavior_cloning

A car trained by Convolutional Network to drive itself in a video game (Keras)
Python
1
star
17

ERFNet_chainer

Implementation of ERFNet by chainer
Python
1
star
18

BagDataConverter

Bag Data Converter from Image Topic to RGB Image, from PointClound2 to PCD
Python
1
star
19

ICNet_chainer

Implementation of ICNet by chainer
Python
1
star
20

chainer_function

customized chainer's function
Python
1
star
21

darkernet

Embedded Deep Learning Framework
C
1
star
22

MultiView_3D_Vehicle_Detection

Multiview 3D Vehicle Detection using only LiDAR
1
star