Real Time Age And Gender Recognition Using Pre-Trained Caffe models lPython Opencv|KNOWLEDGE DOCTOR|

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Real Time Age And Gender Classification Using Python & Opencv.
    Drive Link: drive.google.c...
    Blob From Image: www.pyimagesea...
    Blog Link: knowledgedocto...
    I'm on Instagram as @knowledge_doctor.
    Follow Me On Instagram :
    www.instagram....
    Like My Facebook Page:
    / knowledge-doctor-progr...
    Background Music Credit
    (prod. RflowBeatz) :
    Music Link: • [ Love Beats ] NO COPY...

Комментарии • 189

  • @koushikgampa2839
    @koushikgampa2839 3 года назад +14

    This is the best video I had ever seen on face gender recognition system. I works perfect . Thanks a lot 💡💡

  • @knowledgedoctor3849
    @knowledgedoctor3849  3 месяца назад

    Unfortunately I deleted folder from drive and link will not active for few days, Yeah now drive is active and having all of those file feel free to watch and enjoy.. Do your code by own all of the model file you will get at drive link🌻

  • @piyush_goel6124
    @piyush_goel6124 4 часа назад

    you just gained a subscriber sir, hats off to you

  • @NaveenKumar-zy5bw
    @NaveenKumar-zy5bw 3 года назад +5

    Thank you so much for this video bro

  • @yagnasri.ramisetty9595
    @yagnasri.ramisetty9595 2 года назад +6

    Please keep full project with abstract of age and gender detection with python

  • @lokeshpatra5696
    @lokeshpatra5696 3 года назад +2

    Bro this video is very helpful for me tq bro

  • @Shahbenefits
    @Shahbenefits 2 года назад +1

    And by the way your tutorial is so helpful

  • @harshnandu03
    @harshnandu03 2 месяца назад

    can you help me with this question --
    Create a feature to detect the number of females as well as males in a meeting room along with their age.
    if the person wear a white shirt we should make their age as 23 irrespective of their age and gender as well if they wear black shirt
    we should predict that person as child irrespective of their age and gender and this feature should not work if we have less than 2 people in the meeting

  • @kiiel8144
    @kiiel8144 Год назад +1

    how to fix this brother
    (Can't open "opencv_face_detector_uint8.pb")
    thanks

  • @ajayaadhav6899
    @ajayaadhav6899 3 года назад +2

    Thanks you so much for the video..

  • @n.harshavardhanreddy6185
    @n.harshavardhanreddy6185 Год назад +2

    bro the file name is age_net.caffemodel , i couldnt able to run that file on visual studio code what can i do bro

  • @harishd7449
    @harishd7449 3 года назад +6

    Good job buddy 👍

  • @marlonpimenta4624
    @marlonpimenta4624 2 года назад +2

    I am having issues with the code and it is giving this error
    in
    25 while True:
    26 ret,frame=video.read()
    ---> 27 frame,bboxs=faceBox(faceNet,frame)
    28 for bbox in bboxs:
    29 face=frame[bbox[1]:bbox[3], bbox[0]:bbox[2]]
    in faceBox(faceNet, frame)
    4
    5 def faceBox(faceNet,frame):
    ----> 6 frameHeight=frame.shape[0]
    7 frameWidth=frame.shape[1]
    8 blob=cv2.dnn.blobFromImage(frame, 1.0, (300,300), [104,117,123])
    AttributeError: 'NoneType' object has no attribute 'shape'

    • @knowledgedoctor3849
      @knowledgedoctor3849  2 года назад +1

      Please check your camera It's opening or not.
      If you use external camera set 1 inside VideoCapture(1)

    • @marlonpimenta4624
      @marlonpimenta4624 2 года назад

      Thank you for the help

  • @deepkadu9648
    @deepkadu9648 2 года назад +1

    genderPred=genderNet.forward()
    getting error on these line cv2 error please help

  • @Shahbenefits
    @Shahbenefits 2 года назад +2

    Two error aa rahe hain
    1) frame, bboxs = faceBox (faceNet, frame)
    2)FrameHeight = frame.shape[0]
    Attribute error: 'noneType' obeject has no attribute shape
    ????????????????plz help

  • @dharmatejalanka5799
    @dharmatejalanka5799 2 года назад +1

    brother i have a doubt- in the scale of 1 to 10 how hard is this project for a rookie in python.
    i'd like to know whether it's doable in 1 month ? if you reply this could really great help to me.

  • @NikhilKumar-om6tp
    @NikhilKumar-om6tp 2 года назад +2

    which algorithm you are using?

  • @dhanasree326
    @dhanasree326 2 месяца назад

    Bro opencv_face_detector_unit8.pb ...is not opening in vscode..what should i do?any solution plz....

  • @cemilahlatc4936
    @cemilahlatc4936 Год назад

    Amazing job, thank you.

  • @meghanapothala694
    @meghanapothala694 Месяц назад

    There is no document. Txt wt to do

  • @RAKESH_4444_
    @RAKESH_4444_ Год назад

    ageNet cv2.dnn.readNet (ageModel, ageProto)
    error: OpenCV(4.8.0) D:\a\opencv-python\opencv- python\opencv\modules\dnn\src\caffe\caffe_io.cpp 1126: error: (-2: Unspecified error) FAILED: fs.is_open(). Can't open "age_deploy.prototxt" in function 'cv:: dnn:: ReadProtoFromTextFile'
    Getting this error bro what should I do now

  • @gemorn
    @gemorn 2 года назад +2

    Traceback (most recent call last):
    File "c:\Users\Rn\Desktop\Age _ Gender Recongniition\main.py", line 50, in
    frame,bboxs=faceBox(faceNet,frame)
    File "c:\Users\Rn\Desktop\Age _ Gender Recongniition\main.py", line 6, in faceBox
    frameHeight=frame.shape[0]
    AttributeError: 'NoneType' object has no attribute 'shape'
    what can i do now ?

    • @sagarpatil224
      @sagarpatil224 2 года назад

      retype the whole code in another file and then execute it.

    • @knowledgedoctor3849
      @knowledgedoctor3849  2 года назад

      Ok

    • @gemorn
      @gemorn 2 года назад

      Use sagar patil technic

    • @gemorn
      @gemorn 2 года назад

      No idea then

    • @gemorn
      @gemorn 2 года назад

      No idea then

  • @sGunapuLokeswari
    @sGunapuLokeswari Год назад

    Brother age net caffemodel and gender net caffemodel files are showing as unspecified how can I solve this error 🙏 plz reply

  • @mandar-fu2me
    @mandar-fu2me 3 года назад +4

    how can we train the pre trained model ?

  • @ankitakulshreshtha826
    @ankitakulshreshtha826 Год назад

    Caffemodel is not opening in vs code.. what can i do please rply sir

  • @thePavuk
    @thePavuk 10 месяцев назад

    Assuming someone's gender in these times? Damn... you like to live on edge.

  • @DonMajdSo
    @DonMajdSo 3 года назад +1

    I couldnt find anything on the drive link

  • @rohadatulaisyifatikha2435
    @rohadatulaisyifatikha2435 Год назад

    i have a question
    what algorithm is used in this system ?

  • @apoorvakc422
    @apoorvakc422 3 года назад +1

    It works thanks a lot it's very helpful 🤜

  • @manishjr5119
    @manishjr5119 Год назад

    No module named 'cv2' error its hsowing , how to correct it .

  • @Tracky_Technicalofficial
    @Tracky_Technicalofficial 7 месяцев назад

    Thanks Brother

  • @shubhamnayak9682
    @shubhamnayak9682 3 года назад +1

    It's helpful btw is there have any dataset?

  • @raghulsubramani5146
    @raghulsubramani5146 5 месяцев назад

    NameError: name 'bbox' is not defined. Did you mean: 'bboxs'? this error occurs. kindly reply

    • @Zylux000
      @Zylux000 3 месяца назад

      replace bbox with bboxs

  • @rithik1993
    @rithik1993 2 года назад

    from where i can get the model files, there is nothing in your google drive

  • @gamingslayer4760
    @gamingslayer4760 3 месяца назад

    Brother drive link is accessible??

  • @rincyjaicob740
    @rincyjaicob740 Месяц назад

    can u send detailed report on this

  • @-_KosalaKunal
    @-_KosalaKunal Год назад

    i am getting an error in frame in def function

  • @RDHANUSH-o5g
    @RDHANUSH-o5g 19 дней назад

    document files where ???

  • @kushalkush3438
    @kushalkush3438 11 месяцев назад

    Does this fall under machine learning or deep learning?

  • @v.s.arifulla
    @v.s.arifulla 5 месяцев назад +1

    Bro its shiwing module cv2 not found

  • @vaishnavibhosale3210
    @vaishnavibhosale3210 3 года назад

    Why the caffemodel is not visible in vs??

  • @n.harshavardhanreddy6185
    @n.harshavardhanreddy6185 Год назад

    bro i want this project the problem is i cannot able to run it im confused pls help me

  • @KrishnaPrasad-ib4ye
    @KrishnaPrasad-ib4ye 3 года назад

    Thank you bro

  • @shivangidhiman1392
    @shivangidhiman1392 2 года назад

    Hi this question is a bit late but i REALLY wanted to ask what CNN architecture has been used in Caffe model, it's kinda urgent

    • @knowledgedoctor3849
      @knowledgedoctor3849  2 года назад

      It's Cafe Architecture For Better Knowledge You Can read their Research paper

  • @rohadatulaisyifatikha2435
    @rohadatulaisyifatikha2435 Год назад

    why i have error like that :
    (Traceback (most recent call last):
    File "c:\Users\ACER\Downloads\Age & Gender Recongniition-20230726T134521Z-001\Age _ Gender Recongniition\main.py", line 50, in
    frame,bboxs=faceBox(faceNet,frame)
    File "c:\Users\ACER\Downloads\Age & Gender Recongniition-20230726T134521Z-001\Age _ Gender Recongniition\main.py", line 6, in faceBox
    frameHeight=frame.shape[1]
    AttributeError: 'NoneType' object has no attribute 'shape')

    • @user-hi5tz2ts7m
      @user-hi5tz2ts7m 8 месяцев назад +1

      use "video=cv2.VideoCapture(0)" this command instead of using "4.mp4" use "0" in it, it'll work (fram @sharvariwalde8116

  • @lokeshart3340
    @lokeshart3340 6 месяцев назад

    bor can u say like how we can count how many persons are there in frame

  • @DevVault020
    @DevVault020 Год назад

    how does it long to complete this project?

  • @susmithajakkula9340
    @susmithajakkula9340 Год назад +1

    Hii can u please upload the code separately

  • @mubinpathan4319
    @mubinpathan4319 9 месяцев назад

    Which python version is used

  • @sarmadjareer7316
    @sarmadjareer7316 3 месяца назад

    sir the vidio is amazing but can i have the link of datasets and other paths that you use in it for my mini project for my collage

  • @meganath1252
    @meganath1252 14 дней назад

    Bro my looping is running coontinuesly how to stop it

  • @ZAHIDNAWAZ-p9p
    @ZAHIDNAWAZ-p9p Год назад

    sir is m model train or data kon sa lia h y bta dy

  • @mumenrider3996
    @mumenrider3996 Год назад

    Which method you followed?

  • @adnanyaqobi001
    @adnanyaqobi001 Год назад

    Good man

  • @Y_HOMETV
    @Y_HOMETV 2 месяца назад

    Can we do the samw thing in pycharm comm edition

  • @user-sq7kq1jk8k
    @user-sq7kq1jk8k 2 года назад

    what's the accuracy of face, age ,gender detector?

  • @attackontitanxgoodmusic599
    @attackontitanxgoodmusic599 Год назад

    Can it work with still images

  • @tharunbalne6544
    @tharunbalne6544 Год назад

    None type object has no attribute shape error has occurred how to solve this

  • @smiteshgaychor3830
    @smiteshgaychor3830 3 года назад

    Nice project bro

  • @konetivijayaramaraju185
    @konetivijayaramaraju185 Год назад

    Bro I didn't getting Output 😭 plz bro suggest me to run the code

  • @mano2272006
    @mano2272006 3 года назад

    Amazing bro💖💖

  • @kakumanuprashanth6459
    @kakumanuprashanth6459 Год назад

    Can somebody explain to how to use this on MacBook
    I’m stuck

  • @ZAHIDNAWAZ-p9p
    @ZAHIDNAWAZ-p9p Год назад

    model kon sa use kra h

  • @emmamutegi5919
    @emmamutegi5919 2 года назад

    how can we deploy it using fastApi

  • @santhoshnenavath6552
    @santhoshnenavath6552 2 года назад

    There was a problem in predicting the age like, my age is 20 and it showing b/w 25-32
    can any one help me please...its Urgent

  • @rishikeshvv5933
    @rishikeshvv5933 3 месяца назад

    Bro drive link is not opening

  • @pramodharkar8198
    @pramodharkar8198 2 года назад

    how can we add this in tkinter window?

  • @saket5325
    @saket5325 3 года назад

    What's the accuracy of the model?

  • @sk.sarthak8611
    @sk.sarthak8611 3 года назад

    You are superb bro..
    Lots of Love for your channel ❤❤❤...
    Are u on Linkedin??

  • @user-ot6yk6ie2f
    @user-ot6yk6ie2f Год назад

    How did you calculate your 34:38?

  • @stephencurry3502
    @stephencurry3502 3 года назад

    thanks

  • @raxitgohel909
    @raxitgohel909 3 года назад +1

    Bro could you please upload the py file? Be easier to learn from actual file than follow the video to code. Great job!!

  • @myothuratun6181
    @myothuratun6181 3 года назад

    I have some problems. Please, help me.

  • @rizkyhadisaputra9559
    @rizkyhadisaputra9559 3 года назад +1

    it code has not working

  • @yuvarajyuvi9026
    @yuvarajyuvi9026 Год назад

    Where I can download full Coding brother😢

  • @jdw4578
    @jdw4578 2 года назад

    Koi mujhe bata sakta hai isme database ki jarurat haii kyaa

  • @piukittu5849
    @piukittu5849 2 года назад

    Which cnn architecture used in this project? Name plz

    • @piukittu5849
      @piukittu5849 2 года назад

      Ok it's caffe architecture(convolutional Architecture for fast feature embedding)

  • @BruceWayne-xq7bb
    @BruceWayne-xq7bb 2 года назад

    can we use google colab?

  • @ucduyvo4552
    @ucduyvo4552 Год назад

    what MODEL_MEAN_VALUES mean?

  • @SURYAPRAKASHR-ch9ph
    @SURYAPRAKASHR-ch9ph Год назад

    File "s:\PTAC project\PTAC-2\main.py", line 49, in
    frame,bboxs=faceBox(faceNet,frame)
    ^^^^^^^^^^^^^^^^^^^^^^
    File "s:\PTAC project\PTAC-2\main.py", line 20, in faceBox
    return frame, bboxs
    ^^^^^
    NameError: name 'bboxs' is not defined. Did you mean: 'bbox'?
    kindly tell bro

  • @singingstar4602
    @singingstar4602 2 года назад

    How to convert it into app

  • @siraparapueswararao459
    @siraparapueswararao459 2 года назад

    It give me an attribute error,at shape

  • @syringe5827
    @syringe5827 2 года назад

    Matrix pe 6 index pe kiska value lega tumra toh 5th index tak hi hai

  • @AF-Post007
    @AF-Post007 Год назад

    Send the code and pre trained caffe models bro...

  • @opffgaming9426
    @opffgaming9426 9 месяцев назад

    how to unzip these files

  • @avinisyah1275
    @avinisyah1275 2 года назад

    hello bro. I want to ask, on the age list can it be changed?

  • @gintokiharsh3079
    @gintokiharsh3079 Год назад +1

    Amazing project but can please tell me accuracy of this project and how to calculate it please very urgent

  • @ZAHIDNAWAZ-p9p
    @ZAHIDNAWAZ-p9p Год назад

    data set ki csv file kah h

  • @jimpaolocastro6208
    @jimpaolocastro6208 2 года назад

    AttributeError: 'NoneType' object has no attribute 'shape'

  • @dineshmaddi5303
    @dineshmaddi5303 3 года назад

    Bro how to create those age_net.caffemodel and gender_net.caffemodel

  • @sabeelahmed2
    @sabeelahmed2 Год назад

    bro output window isnt getting closed.HELPP

  • @smileever.1
    @smileever.1 3 месяца назад

    Activate the drive link please

  • @gemorn
    @gemorn 2 года назад

    are you using CNN in this project

  • @konetivijayaramaraju185
    @konetivijayaramaraju185 Год назад

    bro didnt get output

  • @unofficialreaction530
    @unofficialreaction530 2 года назад

    Caffe model file links send fast

  • @joshuakishore7501
    @joshuakishore7501 2 года назад

    Bro How can I Make This in Mac OS

    • @knowledgedoctor3849
      @knowledgedoctor3849  2 года назад

      Yes You Can Run This File In Mac Also. If any error you get please show me the error.

    • @joshuakishore7501
      @joshuakishore7501 2 года назад

      @@knowledgedoctor3849 Okay.

  • @sricharan5876
    @sricharan5876 3 года назад

    Do you have documentation

  • @mwikwmnarzary7286
    @mwikwmnarzary7286 3 года назад

    Hello bro can u send me the project documentation ...?

    • @knowledgedoctor3849
      @knowledgedoctor3849  3 года назад

      Better You Watch The Video, Actually I Don't Write Any Blog for this Project

  • @leftboy635
    @leftboy635 2 года назад

    Error "video" is not defined

    • @knowledgedoctor3849
      @knowledgedoctor3849  2 года назад +1

      Pass 0 inside VideoCapture

    • @leftboy635
      @leftboy635 2 года назад +1

      @@knowledgedoctor3849 bro without padding we do run this?

  • @yogeshthakur8060
    @yogeshthakur8060 3 года назад

    Cv::dnn::dnn4 anonymous namespace TFImporter ::populateNet yh error aa rha h can anyone help