The trio of Luis Oliver, Victor Izquierdo and Alejandro Gutiérrez won the Jetson Project of the Month for their Drowsiness, Blindspot and Emotion Monitor (DBSE)…
Overview
The Jetson Project of the Month highlights the Drowsiness, Blindspot and Emotion Monitor (DBSE) developed by Luis Oliver, Victor Izquierdo, and Alejandro Gutiérrez. This innovative in-car assistance system utilizes NVIDIA Jetson Nano to enhance driver safety by detecting drowsiness, emotional state, and blindspot objects.
What You'll Learn
How to implement drowsiness detection using OpenCV and PyTorch
Why using Yolov3 for blindspot detection improves driver safety
How to utilize MQTT for alerting mechanisms in embedded systems
Prerequisites & Requirements
- Basic understanding of computer vision and machine learning concepts
- Familiarity with OpenCV and PyTorch libraries(optional)
- Experience with embedded systems and hardware integration(optional)
Key Questions Answered
How does the Drowsiness, Blindspot and Emotion Monitor function?
What technologies are used in the DBSE project?
What are the statistics related to distracted and drowsy driving?
How does the DBSE system alert drivers?
Key Statistics & Figures
Technologies & Tools
Some links below are affiliate links. We may earn a commission if you make a purchase.
Key Actionable Insights
1Implementing the DBSE system can significantly enhance vehicle safety by providing real-time alerts to drivers.By integrating drowsiness and distraction detection, developers can create systems that proactively assist drivers, potentially reducing accident rates.
2Utilizing open-source resources allows developers to customize and improve upon existing projects like DBSE.The availability of the bill of materials and code on GitHub enables developers to adapt the system for various applications, fostering innovation in automotive safety.
3Leveraging MQTT for alert notifications streamlines communication between the monitoring system and user interfaces.This protocol is lightweight and efficient, making it suitable for embedded systems where bandwidth may be limited.