Skip to content

EoghanOConnor/deep_learning_distance_estimator

Repository files navigation

deep_learning_distance_estimator

Monocular Vision for Distance Estimation Using Deep Learning.

The following is a Deep Learning distance estimator.
A CNN is used to predict the distances of pedestrians in a live video.
The video is recorded using monocular vision (Single camera).
Instead of dual cameras (Stereo vision) as used in industry for distance estimation.

Preprocessing.py

Processes label file info from the KITTI dataset.
The pedestrian's info is then stored locally.

Distance_estimator.py

The trained CNN is imported.
A video of pedestrians is loaded.
The predicted distance of the pedestrians is displayed on the output video.

video_distances.mp4

About

Monocular Vision for Distance Estimation Using Deep Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages