不定期備份(opencv玩法)
提前安裝好CV2庫
pip install opencv-python
火焰識別
實現(xiàn)功能:對流媒體目標實現(xiàn)火焰識別,這個可用于安防。接攝像頭后實時監(jiān)控及時發(fā)現(xiàn)火情,并發(fā)出蜂鳴聲。進入https://github.com/Akobell5/Fire-Detection-Using-Image-Processing下載fire_detection.xml文件到當前目錄中。
2.車流量識別
實現(xiàn)對目標文件中的車流量進行識別,實時統(tǒng)計結(jié)果并匯總輸出csv。從https://github.com/andrewssobral/vehicle_detection_haarcascades/blob/master/cars.xml下載cars.xml。
3.人流量檢測
實現(xiàn)的的功能統(tǒng)計流媒體中出現(xiàn)的人數(shù),并區(qū)分男女數(shù)量保存到csv中,下載deploy.prototxt
和 model.caffemodel
文件。
4.從當前目錄中查找文件以查找(yolov3.weights和yolov3.cfg)為例
5.瞌睡檢測
pip install dlib
實現(xiàn)對目標檢測是否瞌睡,用于駕駛員,從https://github.com/davisking/dlib-models/blob/master/shape_predictor_68_face_landmarks.dat.bz2下載shape_predictor_68_face_landmarks.dat.bz2放入當前文件夾中。
6.1 瑜伽動作檢測(攝像頭版)
pip install?mediapipe
6.2?瑜伽動作檢測(傳入視頻版)
6.2?瑜伽動作檢測(傳入視頻帶音頻版)
7.1 人臉識別(攝像頭版)
7.2?人臉識別(傳入視頻版)
8.msk
9.焦慮評估(不嚴謹僅供娛樂哈)