![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.
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
The Car-Speed-Detection library consists of the following parts:
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.
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.
Issues and bugs can be reported by emailing lienshaochieh@gmail.com
At a minimum, the report must contain the following:
Please do not use the GitHub issue tracker to submit bugs reports. The issue tracker is intended to make feature requests.
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!
FAQs
Camera-based Car Speed Detection for Autonomous Driving
We found that car-speed-detection demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.