Skip to content

vehicleDistanceAlert is a Python project that uses a YOLOv4-tiny object detection model to detect vehicles on the road and alert the driver if they are too close. The system can be used in real time videos from camera. For simulation purpose pre-recorded videos are used. It is designed to be used in self-driving cars or other applications.

License

Notifications You must be signed in to change notification settings

DeepakRajasekaran/vehicleDistanceMoniter

Repository files navigation

vehicleDistanceAlert

This project uses a YOLOv4-tiny object detection model to detect vehicles on the road and alert the driver if they are too close.

Features

  • Detects vehicles of different classes, including cars, trucks, and buses.
  • Can be used to detect vehicles in real time from camera input for simulation purpose pre-recorded videos are used.
  • Can be used in self-driving cars or other applications.

Benefits

  • Helps to prevent accidents by alerting drivers to the presence of close objects.
  • Can improve the safety of self-driving cars.
  • Can be used to collect data on vehicle behavior.

Usage

The system can be used by self-driving cars, driver assistance systems, or anyone who wants to detect vehicles in their environment.

To use the system, you will need to install the OpenCV library and the YOLOv4-tiny model. You can then run the Python script to detect vehicles in real time or in pre-recorded videos.

Contributions

This project is open source, so anyone can contribute to its development. If you have any ideas for improvements, please feel free to open a pull request.

License

The project is licensed under the MIT License . This means that you are free to use, modify, and redistribute the project for any purpose.

Acknowledgements

This project would not have been possible without the help of the following people and organizations:

Thank you for your contributions!

About

vehicleDistanceAlert is a Python project that uses a YOLOv4-tiny object detection model to detect vehicles on the road and alert the driver if they are too close. The system can be used in real time videos from camera. For simulation purpose pre-recorded videos are used. It is designed to be used in self-driving cars or other applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages