Camera-based Car Speed Detection for Autonomous Driving
Project description
Camera-based Car Speed Detection for Autonomous Driving
Car-Speed-Detection provides a python library to detect the speed of the driving car itself by the video stream from the dashboard camera installed on the car.
Car-Speed-Detection separates the speed detection process into three steps, preprocessing, training, and speed detection. By using Gunnar-Farneback optical flow algorithm along with the pipeline we developed, we are able to extract each frame into a small size matrix depends on developers preference. We use the Artifitial Neural Network (ANN) to train our model with the preprocessed matrix acquired from preprocessing function. Developers could use the trained model to detect the speed of the car at each frame using our speed detection function.
Getting Started
Installation
Car-Speed-Detection is available on PyPI and can be
installed via pip
. See
car-speed-detection.readthedocs.io
to learn about the API and Q&A of our library.
pip install car-speed-detection
Read, Preprocess, Train, and Detect the Car Speed
The Car-Speed-Detection library consists of the following parts:
- Read (Read the mp4 video and output each frame into a designated directory)
- Preprocess (Preprocess each frame and output a feature set for training)
- Train (Train the model using the feature set and Artifitial Neural Network)
- Speed Detection (Detect the speed using the model and video)
API and Example Code
Take a look at the API to know more about the Application Programming Interface and Sample for further information on how to use our library.
Result
In our example code, we are able to train the model with MSE error less than 2 using the training video provided by comma.ai. We separate the video into 75% for training and 25% for testing so the result woud be fair. The ANN model has also substaintially small amount of parameters (< 45,000), which yeild a lower latency compare to other solutions.
Bugs Report
Issues and bugs can be reported by emailing lienshaochieh@gmail.com
At a minimum, the report must contain the following:
- Description of the program.
- Expected Result.
- Actual Result.
- Steps to reproduce the issue.
Please do not use the GitHub issue tracker to submit bugs reports. The issue tracker is intended to make feature requests.
Acknowledge
This project is managed by Shao-Chieh Lien, the software architect and student at Purdue University.
This was a senior design project at Purdue University. Christopher Crocker was in charge of generating the training data using Carla simulator that could be seen from this Github repository and Data Section. Meenakshi was in charge or paper writing and documentation.
Special thanks to Professor Santiago Torres-Arias at Purdue ECE department for his guidance throughout our whole software development cycle!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file car_speed_detection-1.7.0.tar.gz
.
File metadata
- Download URL: car_speed_detection-1.7.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae10a8e17559d751cf6b630c546c5a231ceebff2f93a29b40c4002607d6d9ae2 |
|
MD5 | b4c59196aa605f9a420c5281c5d926c4 |
|
BLAKE2b-256 | c123c8baa3d000af2c9ebf3511946e848f0b4c18406b250f734974848b3e05f2 |
File details
Details for the file car_speed_detection-1.7.0-py3-none-any.whl
.
File metadata
- Download URL: car_speed_detection-1.7.0-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fac59df25742be364ea3e288648ea48363e5618cc64d8372412db5ed8a1c1cc |
|
MD5 | 47e5a13f0e72d76600016d09fd7c47c0 |
|
BLAKE2b-256 | 9729d832c1c7e98d4aca7ca666aa9af61b8e52c3966c83996a7bcf077dca0a21 |