├── LICENSE ├── README.md ├── data └── README.md ├── results └── result.png └── sleepy_detector.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/driver-fatigue-monitoring-system/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/driver-fatigue-monitoring-system/HEAD/README.md -------------------------------------------------------------------------------- /data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/driver-fatigue-monitoring-system/HEAD/data/README.md -------------------------------------------------------------------------------- /results/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/driver-fatigue-monitoring-system/HEAD/results/result.png -------------------------------------------------------------------------------- /sleepy_detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TianxingWu/driver-fatigue-monitoring-system/HEAD/sleepy_detector.py --------------------------------------------------------------------------------