36 Building Your Own Gesture Recognition System with Your Own Data

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

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

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

    Hello, I am using 5000+ images for training and 1000+ for testing.. I am getting validation accuracy 0 for this code and also real time it doesn't predict at all...

  • @SunnySingh-ug3xy
    @SunnySingh-ug3xy 3 ปีที่แล้ว +1

    How to add more numbers like 2,3,4,5 upto 9???

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

      mega.nz/file/aFIghBaS#UFeJmmsjyTraJ6lnPrQYKHcGUMMBnTash-K4r_3GdqM

    • @SunnySingh-ug3xy
      @SunnySingh-ug3xy 3 ปีที่แล้ว

      I have already downloaded your code but I want to train 0-9 and all alphabets... This code is working only for binary..
      please tell me how to do it..

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

      @@SunnySingh-ug3xy where u have downloaded

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

    How to train remaining numbers from 2 to 9

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

    Sir,how do i train all 26 letters using this... please help sir

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

    I got some errors. Because we can not use predict_classes anymore so i changed it into np.argmax(classi.predict(roi, 1 , verbose = 0), axis=-1). But when I check with camera, it does not return any other value instead of 0. Just stay at [0] and nothing else happens even though i try alot of times. Please help

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

      for me it works like this:
      result = classifier.predict(roi)
      number = np.argmax(result)
      cv2.putText(copy, str(number), (300 , 100), cv2.FONT_HERSHEY_COMPLEX, 2, (0, 255, 0), 2)

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

      @@ipatimo hello please i got an error that classifier is not defined

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

      how do i fix this please?

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

      @@debbyverseyt6666 classifier is your model. What is it name? Or you need to run the script from the beginning, because the kernel has crashed and forgot everything.

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

      @@ipatimo thank you i've gotten to work but now my frame is too small