All Projects → JingyibySUTsoftware → Yolov5-deepsort-driverDistracted-driving-behavior-detection

JingyibySUTsoftware / Yolov5-deepsort-driverDistracted-driving-behavior-detection

Licence: GPL-3.0 License
基于深度学习的驾驶员分心驾驶行为(疲劳+危险行为)预警系统使用YOLOv5+Deepsort实现驾驶员的危险驾驶行为的预警监测

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Yolov5-deepsort-driverDistracted-driving-behavior-detection

YOLOX deepsort tracker
using yolox+deepsort for object-tracking
Stars: ✭ 228 (+113.08%)
Mutual labels:  tracker, deepsort, yolov5
yolov5-deepsort-tensorrt
A c++ implementation of yolov5 and deepsort
Stars: ✭ 207 (+93.46%)
Mutual labels:  detection, deepsort, yolov5
yolo deepsort
Fast MOT base on yolo+deepsort, support yolo3 and yolo4
Stars: ✭ 47 (-56.07%)
Mutual labels:  sort, deepsort
Hand-Digits-Recognition
Recognize your own handwritten digits with Tensorflow, embedded in a PyQT5 GUI. The Neural Network was trained on MNIST.
Stars: ✭ 11 (-89.72%)
Mutual labels:  detection, pyqt5
yolov5 deepsort tensorrt
This repo uses YOLOv5 and DeepSORT to implement object tracking algorithm. Also using TensorRTX to transform model to engine, and deploying all code on the NVIDIA Xavier with TensorRT further.
Stars: ✭ 117 (+9.35%)
Mutual labels:  deepsort, yolov5
Anomaly detection tuto
Anomaly detection tutorial on univariate time series with an auto-encoder
Stars: ✭ 144 (+34.58%)
Mutual labels:  detection, deeplearning
Awesome Carla
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
Stars: ✭ 246 (+129.91%)
Mutual labels:  detection, deeplearning
Yolov5-Deepsort
最新版本yolov5+deepsort目标检测和追踪,能够显示目标类别,支持5.0版本可训练自己数据集
Stars: ✭ 201 (+87.85%)
Mutual labels:  deepsort, yolov5
Hand gesture
Hand gesture recognition and segmentation
Stars: ✭ 84 (-21.5%)
Mutual labels:  detection, dlib
Tracking-with-darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Stars: ✭ 522 (+387.85%)
Mutual labels:  tracker, sort
yolov5-crowdhuman
Head and Person detection using yolov5. Detection from crowd.
Stars: ✭ 79 (-26.17%)
Mutual labels:  deeplearning, yolov5
Paddlex
PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)
Stars: ✭ 3,399 (+3076.64%)
Mutual labels:  detection, deeplearning
Awesome Gan For Medical Imaging
Awesome GAN for Medical Imaging
Stars: ✭ 1,814 (+1595.33%)
Mutual labels:  detection, deeplearning
Tracking With Darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Stars: ✭ 515 (+381.31%)
Mutual labels:  tracker, sort
Ssd Pytorch
SSD: Single Shot MultiBox Detector pytorch implementation focusing on simplicity
Stars: ✭ 107 (+0%)
Mutual labels:  detection, deeplearning
yolov5 obb
yolov5 + csl_label.(Oriented Object Detection)(Rotation Detection)(Rotated BBox)基于yolov5的旋转目标检测
Stars: ✭ 1,105 (+932.71%)
Mutual labels:  detection, yolov5
Jacinto Ai Devkit
Training & Quantization of embedded friendly Deep Learning / Machine Learning / Computer Vision models
Stars: ✭ 49 (-54.21%)
Mutual labels:  detection, deeplearning
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (-28.04%)
Mutual labels:  detection, deeplearning
yolo-deepsort-flask
Target detection and multi target tracking platform based on Yolo DeepSort and Flask.
Stars: ✭ 29 (-72.9%)
Mutual labels:  sort, deepsort
Comet.Box
Collection of Object Detection and Segmentation Pipelines🛸🚀
Stars: ✭ 24 (-77.57%)
Mutual labels:  detection, yolov5

人物专注性检测

项目快速预览

快速预览

1.0版本

在征得原作者的同意之后,进行了部分修改,得到V1.0版本

主要不同地方为:

1、疲劳检测中去掉了点头行为的检测,仅保留闭眼检测和打哈欠检测。

2、Yolov5的权重进行了重新训练,增加了训练轮次。

3、前端UI进行了修改,精简了部分功能。

项目介绍

该项目为人物专注性检测,分为两个检测部分,疲劳检测和分心行为检测。 疲劳检测部分,使用Dlib进行人脸关键点检测,然后通过计算眼睛和嘴巴的开合程度来判断是存在否闭眼或者打哈欠,并使用Perclos模型计算疲劳程度。 分心行为检测部分,使用Yolov5,检测是否存在玩手机、抽烟、喝水这三种行为。

使用方法

依赖:YoloV5、Dlib、PySide2

直接运行main.py,即可使用本程序,具体效果可以观看演示视频。

bilibili在线观看

各函数的信息,均在代码中写好了注释,如有疑问请联系[email protected]

致谢

十分感谢原作者的支持和帮助,本项目很大部分都基于源项目,项目所使用的数据集也由原作者提

供。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].