Real time Driver Drowsiness Detection System | OpenCV | Python

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2025

ความคิดเห็น • 14

  • @savemysoul4112
    @savemysoul4112 หลายเดือนก่อน

    I currently build similar project. I want to record EAR reading to CSV for further analysis. How do you suggest frequency of reading? And would you implement some machine learning in the future?

  • @swarajsugandhi4381
    @swarajsugandhi4381 2 หลายเดือนก่อน

    bro I need to make a website also for the project how do I do it using flask or grade

  • @NithinsTube
    @NithinsTube 3 หลายเดือนก่อน

    Bro, How to create live webcam drowsiness detection?

    • @HackersRealm
      @HackersRealm  3 หลายเดือนก่อน

      @@NithinsTube i have explained that in the video, I commented one line in the code which uses webcam

  • @benedictusjason4047
    @benedictusjason4047 3 หลายเดือนก่อน

    hi, i just wanna ask, how can i incorporate ML with a dataset of drowsy and awake images that i have?

    • @HackersRealm
      @HackersRealm  3 หลายเดือนก่อน

      you can extract eye parts of the image and predict whether eye is closed or not using ml, or use facial points to train the model to predict drowsy or awake

  • @pujithamudiraj0447
    @pujithamudiraj0447 หลายเดือนก่อน

    Which Python version is used?

    • @HackersRealm
      @HackersRealm  หลายเดือนก่อน

      i think it's 3.11

  • @lifegames2989
    @lifegames2989 2 หลายเดือนก่อน

    Bro guide me to make drowsiness detection Mine says to install face_recognition_models what to do bro dealine is ahead please help me bro

    • @HackersRealm
      @HackersRealm  2 หลายเดือนก่อน

      @@lifegames2989 please use the whl file that's present in GitHub to install the package without issues

  • @arghasreepalit1111
    @arghasreepalit1111 3 หลายเดือนก่อน

    Can you upload a video illustrating the modules illustration process? It will be very helpful.

    • @HackersRealm
      @HackersRealm  3 หลายเดือนก่อน

      could you share more info about this for better understanding!!

    • @arghasreepalit1111
      @arghasreepalit1111 3 หลายเดือนก่อน

      @@HackersRealm like how to install cmake ,dlib libraries and the entire set up that are needed before starting to code .
      It will be very helpful then for implementing.
      I mean the step by step procedure explanation will be very helpful.

    • @HackersRealm
      @HackersRealm  3 หลายเดือนก่อน

      @@arghasreepalit1111 I have already mentioned that you could use the precompiled dlib library that's in my github repo in the project folder.