All Projects → omnigeeker → Mlnd_distracted_driver_detection

omnigeeker / Mlnd_distracted_driver_detection

基于深度学习的驾驶员状态检测,不仅仅可以识别出疲劳驾驶,还能够识别出各种各样的状态

Projects that are alternatives of or similar to Mlnd distracted driver detection

Makeyourownneuralnetwork
Code for the Make Your Own Neural Network book
Stars: ✭ 1,859 (+1218.44%)
Mutual labels:  jupyter-notebook
Vtubestudio
Placeholder for VTube Studio
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Deep learning
added all materials
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Dse210 probability statistics python
Probability and Statistics Using Python Data Science Masters Course at UCSD (DSE 210)
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Lessonmaterials
Open Sourced Curriculum and Lessons for an Introductory AI/ML Course
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Lacmus
Lacmus is a cross-platform application that helps to find people who are lost in the forest using computer vision and neural networks.
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Hrv
A Python package for heart rate variability analysis
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning
Notes for machine learning
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Kdd winniethebest
KDD Cup 2020 Challenges for Modern E-Commerce Platform: Multimodalities Recall first place
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Torchtext Summary
torchtext使用总结,从零开始逐步实现了torchtext文本预处理过程,包括截断补长,词表构建,使用预训练词向量,构建可用于PyTorch的可迭代数据等步骤。并结合Pytorch实现LSTM.
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Notebook
Collection of jupyter notebooks for demonstrating software.
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Dla
Deep learning for audio processing
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Sketchy
Stars: ✭ 141 (+0%)
Mutual labels:  jupyter-notebook
Textrank text summarization
A tutorial for Automatic Text Summarization using TextRank algorithm.
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Glmnet python
Stars: ✭ 140 (-0.71%)
Mutual labels:  jupyter-notebook
Geometric Intuition
Understanding ML and deep learning through geometry
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Cutout Random Erasing
Cutout / Random Erasing implementation, especially for ImageDataGenerator in Keras
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Natural Language Processing Tutorials
Natural Language Processing Tutorials(NLP) with Julia and Python
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook
Jupytext.vim
Vim plugin for editing Jupyter ipynb files via jupytext
Stars: ✭ 142 (+0.71%)
Mutual labels:  jupyter-notebook

驾驶员状态检测

Distracted Driver Detection

描述

使用深度学习方法检测驾驶员的状态。

  • 输入:一张彩色图片
  • 输出:十种状态的概率

状态列表:

  • c0: 安全驾驶
  • c1: 右手打字
  • c2: 右手打电话
  • c3: 左手打字
  • c4: 左手打电话
  • c5: 调收音机
  • c6: 喝饮料
  • c7: 拿后面的东西
  • c8: 整理头发和化妆
  • c9: 和其他乘客说话

数据

此数据集可以从 kaggle 上下载。Distracted Driver Detection

如果你下载有困难,可以点这里:百度云

报告说明

  • 开题报告: proposal.pdf
  • 毕业项目报告: capstone.pdf

代码说明,依次执行以下步骤:

1. 拆分数据集代码

splite_valid.py

2. 基准模型代码

keras-vgg16-visual-finetune.ipynb

3. 单模型代码

keras-resnet50-visual-finetune.ipynb

keras-inceptionV3-visual-finetune.ipynb

keras-xception-visual-finetune.ipynb

4. 混合模型代码

生成混合模型的输入;write_bottleneck_with_fine_tune.py

最终模型执行代码:main-finetune.ipynb

下面是废弃的代码,共参考

不做finetune的 生成混合模型的输入:write_bottleneck.py

不做finetune的 最终混合模型代码:main-without-finetune.ipynb

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].