Skip to content

cnn-based object detection and distance prediction for autonomous driving using stereo images

Notifications You must be signed in to change notification settings

sjg918/kitti-2d-stereo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of the paper “CNN-BASED OBJECT DETECTION AND DISTANCE PREDICTION FOR AUTONOMOUS DRIVING USING STEREO IMAGES”.

Weights

imagenet pretrain (cls100)
sceneflow pretrain
kitti 2d stereo

...

It describes how to pretrain a stereoneck and train the entire network end-to-end.
It will run without problems in the latest version of PyTorch.
The version at the time we tested is 1.10.0.
Modify the paths inside the CFG file appropriately.
The 2D bounding box and distance labels are enclosed in the gendata folder. Unzip it.
Code to convert the 3D bounding box of the KITTI form to a 2D bounding box and distance is included in result_fromkitti.py.
The code to output the 2D bounding box and distance predicted by the network to a txt file is included in trainkitti2d_.py.

Samples

CIASSD Result using pseudo LiDAR points generated from disp map of PSMNet: CIA-SSD was used for 3Ddet network.
CIA-SSD
PSMNet

StereoRCNN Stereo-RCNN

YOLOStereo3D visualdet3D

ours ours.

special thanks

YOLOStereo3D: A Step Back to 2D for Efficient Stereo 3D Detection
Dist-YOLO: Fast Object Detection with Distance Estimation
Improved Stereo Matching Accuracy Based on Selective Backpropagation and Extended Cost Volume

About

cnn-based object detection and distance prediction for autonomous driving using stereo images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages