项目实战-10 个深度学习开源小项目
AI研习图书馆,发现不一样的精彩世界
一、简介
视频演示地址:
UP主:AI研习图书馆,大量深度学习、大数据等视频资源,欢迎关注~
二、项目地址
1. 眨眼检测
https://github.com/statisticszhang/drowsinessDetector
2. 目标跟踪
https://github.com/statisticszhang/object_tracking
3. 道路检测
https://github.com/statisticszhang/lane_detection
4. 人脸关键点检测
https://github.com/statisticszhang/faceLandmarks
模型文件:
https://github.com/davisking/dlib-models/blob/master/shape_predictor_68_face_landmarks.dat.bz2
5. 手势检测
https://github.com/statisticszhang/hand_finger_detection
6. YOLO目标检测与跟踪
https://github.com/statisticszhang/yolo_objectDetection_imagesCPU
7. 车牌识别
https://github.com/statisticszhang/licensePlateReader
8. 文本检测与识别
https://github.com/statisticszhang/textDetection-Recognition
9. 背景去除与替换
https://github.com/statisticszhang/backgroundRemoval
10 . 车辆检测
https://github.com/statisticszhang/car_detector_haarcascades
GitHub项目地址:
https://github.com/statisticszhang