Object Detection Made Easy: Haar Cascade Classifier Tutorial with OpenCV C++

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024

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

  • @NicolaiAI
    @NicolaiAI  ปีที่แล้ว +1

    Join My AI Career Program
    www.nicolai-nielsen.com/aicareer
    Enroll in My School and Technical Courses
    www.nicos-school.com

  • @woolyLinks8072
    @woolyLinks8072 11 หลายเดือนก่อน +2

    bro, i legit need to slow the playback to hear you talk sometimes hehe

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

      Most important in life is speed. Haha, check out recent videos, much better!

  • @wierzba1992
    @wierzba1992 3 ปีที่แล้ว +4

    Hi man! A tutorial in C++ for CNN's would be awesome! Udemy and TH-cam is full of Python courses but soo short in C++ courses...

  • @AiPhile
    @AiPhile 3 ปีที่แล้ว +2

    You can improve the FPS by changing one argument of Multiscale detector, which is Scaling Factor.

  • @ebadali1157
    @ebadali1157 3 ปีที่แล้ว +1

    Have you made the tutorial of deep learning approach that you've talked about in the video?

    • @NicolaiAI
      @NicolaiAI  3 ปีที่แล้ว +1

      I have actually just uploaded the first video in the Deep learning tutorial yesterday, so you can go check that out. A new video in the tutorial should be out every 2-3 days 😊

  • @ioehacks7157
    @ioehacks7157 3 ปีที่แล้ว +1

    can you help me with mouth and nose detection in cpp.
    please!!
    if possible provide me a source code for mouth and nose detection in cpp
    if not, then tell me how to crop or resize the image to height and width of face.

    • @NicolaiAI
      @NicolaiAI  3 ปีที่แล้ว

      Hi you can check my video about face meshes, it's in python doe but the mediapipe API is also in c++

  • @karatugba
    @karatugba 3 ปีที่แล้ว +1

    Hi, ur video is amazing! Except some points you explained well! I have a qestion for adding xml file to c++, how can I do that , I searched about it how can I do that but nothing I gained, I guess this is very easy question because noone mentioned about it... I can add haaracascade file to python but in c++ I am confused.

    • @NicolaiAI
      @NicolaiAI  3 ปีที่แล้ว

      Thank you very much! Loading the XML file in c++ is the exact same as python, but make sure the path is correct, it's a bit different in c++ than python, so i often just specify the whole path in c++

    • @karatugba
      @karatugba 3 ปีที่แล้ว

      @@NicolaiAI I got it the problem I am trying to make ROS with face detection but I will try it again , thank you very rapid answer :)

  • @hridyanshu3460
    @hridyanshu3460 ปีที่แล้ว

    Hi I ve been getting this error while using opencv cascade trainer please help
    if you ve been through this and got a working sollution
    Create training samples from images collection...
    OpenCV: terminate handler is called! The last OpenCV error is:
    OpenCV(3.4.16) Error: Assertion failed (0

  • @saravana4556
    @saravana4556 3 ปีที่แล้ว +1

    Would be interested to the deep learning tutorial using python modules like Tensorflow/pytorch. Could you consider to make series of videos like this one? Would be glad to work on different applications.

    • @NicolaiAI
      @NicolaiAI  3 ปีที่แล้ว +1

      I am actually currently doing a deep learning tutorial with keras and tensorflow in python. So u should definitely go check that out if u are interested. In the future i might do some videos with pytorch

    • @saravana4556
      @saravana4556 3 ปีที่แล้ว

      @@NicolaiAI Great. If possible, kindly curate them as a playlist. Would be easy to follow up

  • @ivankoal7228
    @ivankoal7228 2 ปีที่แล้ว

    is there a way to implement face detection algorithm with cuda?