Automatic number plate recognition (ANPR) with Yolov9 and EasyOCR

Поделиться
HTML-код
  • Опубликовано: 25 ноя 2024

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

  • @CodeWithAarohi
    @CodeWithAarohi  8 месяцев назад +2

    Code is available for channel members (Contribution level 2)

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

    mam u r up to the updates in deep learning mam ,this very helpful for those who are interested to learn deeplearning ,i'm glad to have your channel in youtube

  • @arnavthakur5409
    @arnavthakur5409 8 месяцев назад +1

    Absolutely phenomenal piece of work ma'am.

  • @rishabhsheoran6959
    @rishabhsheoran6959 8 месяцев назад

    Hey Aarohi! Thanks for your videos. I'm updating myself with the latest YOLOs from your channel. Much appreciated effort!
    All the Best! :D

    • @CodeWithAarohi
      @CodeWithAarohi  8 месяцев назад

      Thank you so much for your kind words and support! I'm delighted to hear that you're finding the YOLO tutorials on my channel helpful in keeping yourself updated with the latest advancements. Wishing you all the best in your learning journey! 😊🚀

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

    Hi, dear Aarohi, thanks for your helpful video

  • @Sunil-ez1hx
    @Sunil-ez1hx 8 месяцев назад

    Exceptionally very well explained

  • @nickgoddard8450
    @nickgoddard8450 21 день назад

    i am trying to do this but just for single images, to send the program an image URL and have it return the numberplate text. Is there another tutorial or idea for something like that ? Thanks !

  • @KalluriGopikiran
    @KalluriGopikiran 4 дня назад

    what if number plate is in two lines. When the number plate is two lines It is not Detecting.

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

    I have trained. But the weight folder inside run folder is showing empty. There is no confusion matrix visible. Please tell me why that happened.

  • @AmandeepSingh-uq3wp
    @AmandeepSingh-uq3wp 8 месяцев назад

    Since you have trained the model with a new dataset, so will it be able to predict the the type of vechiles like car,bus,etc as well along with the license plate at the same time?

    • @CodeWithAarohi
      @CodeWithAarohi  8 месяцев назад

      Yes, You can train the model to detect car, bus etc with license plate also

    • @JawadKhan-q3w2e
      @JawadKhan-q3w2e 17 дней назад

      Asalam alikum, can you help me that how to tain the model?

  • @jeyashreej6901
    @jeyashreej6901 8 месяцев назад +1

    why after running my weights folder is empty ? where i went wrong mam

  • @ASHUTOSHMAHAPATRA-u8x
    @ASHUTOSHMAHAPATRA-u8x 4 месяца назад

    Actually I have a doubt , The same thing I have done using yolov8L but the problem is while implementing easyocr what are the preprocessing techniques i need to apply to get accurate result because for car its working fine but for bike or HCV its recognizing garbage values.

    • @CodeWithAarohi
      @CodeWithAarohi  4 месяца назад

      Make sure that the images you feed into EasyOCR are of high quality and resolution. Poor quality images can lead to inaccurate OCR results.

  • @ravneetkaur9057
    @ravneetkaur9057 4 месяца назад

    ma'am I want to use Tesserct instead of EasyOCR.. What would be the change in process?

    • @CodeWithAarohi
      @CodeWithAarohi  4 месяца назад

      @@ravneetkaur9057 change the function where we are using EasyOCR.

  • @alexandrelc4361
    @alexandrelc4361 8 месяцев назад

    Hi , tks for sharing your knowledge , you are very didactic, can you post the github link to all the files.

  • @joaomartins5069
    @joaomartins5069 8 месяцев назад

    Nice work.
    Does this works well when the car is not right in front of the camera?
    I had problems with that in my previous projects...

    • @CodeWithAarohi
      @CodeWithAarohi  8 месяцев назад +1

      It depends how clear the number is visible if the vehicle is not in front of camera.

  • @nurikhsan8969
    @nurikhsan8969 8 месяцев назад

    How many hours does it take to train this model? There is no output from output cell displayed so i dont know the progress

    • @CodeWithAarohi
      @CodeWithAarohi  8 месяцев назад

      ON RTX 3090, it took around 30 minutes

  • @archishasingh7299
    @archishasingh7299 8 месяцев назад

    Great work, easy to follow
    Where can I get this sample demo video from?

    • @CodeWithAarohi
      @CodeWithAarohi  8 месяцев назад

      github.com/AarohiSingla/YOLOv9/blob/main/a.mp4

  • @AJ93-lx6on
    @AJ93-lx6on 6 месяцев назад

    Can you do tutorial of yolo training on custom dataset and then apply it in c# code to do real time detection and offline too on webcam.

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

      Sorry, I don't have experience in c#

  • @chanc31
    @chanc31 8 месяцев назад +1

    Please can you post the github link to all the files

  • @raghavsharma6430
    @raghavsharma6430 8 месяцев назад

    thanks for sharing, mam

  • @pifordtechnologiespvtltd5698
    @pifordtechnologiespvtltd5698 8 месяцев назад

    Good one

  • @soravsingla8782
    @soravsingla8782 8 месяцев назад

    Keep up the good work 👍👍

  • @IgrisSama
    @IgrisSama 8 месяцев назад

    Thank you for this great video mam.
    I tried to run the model on my system. Everything works fine until train custom model step. On the prediction with trained model step, it shows me this error
    AttributeError: 'list' object has no attribute 'device'
    Edit:
    Solved this problem. But on last step, another error showed up.
    AttributeError: 'Annotator' object has no attribute 'draw'
    Can you help regarding this?

    • @CodeWithAarohi
      @CodeWithAarohi  8 месяцев назад

      Open utils/general.py
      Line no - 903 Replace prediction = prediction[0] with prediction = prediction[0][0]

    • @men-thought
      @men-thought 7 месяцев назад

      Hey @IgrisSama how did you solve the first error "AttributeError: 'list' object has no attribute 'device'" ?

    • @IgrisSama
      @IgrisSama 7 месяцев назад +1

      @@men-thought @codewitharohi has given the solution

    • @men-thought
      @men-thought 7 месяцев назад

      @@IgrisSama Yup. I was changing the code in my local files when I was working on Collab. It's solved now after I modified it on drive's file.

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

    mam can you please guide
    how to use this model to work directly on live feed or on cctv camera

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

      Just change the source to 0 in case of webcam and if you want to test on rtsp stream then provide the link of your stream in source parameter.

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

    why showing this error when starting training command
    urllib.error.URLError:

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

      To resolve it, ensure your system's date and time are correct, update SSL certificates, and verify network configurations.

  • @grayelearning772
    @grayelearning772 8 месяцев назад

    Please share the full code for Automatic Number Plate Recognition (ANPR) project

  • @danysyauqi6279
    @danysyauqi6279 8 месяцев назад +1

    can you gift link repository?

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

    ( yolov9-e_custom.yaml ) doesn't exist in the models/detect file

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

      you can download it from yolov9 github repo

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

      @@CodeWithAarohi so does that mean that i will have to paste the downloaded model and peste it in my model in yolov9 and change from yolov9-e.yaml to yolov9-e-converted.pt in this command
      { python train_dual.py --workers 8 --batch 8 --img 640 --epochs 200 --data data.yaml --weights ../yolov9-e.pt --device cpu --cfg models/detect/yolov9-e.yaml --hyp data/hyps/hyp.scratch-high.yaml }

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

      @@CodeWithAarohi now showing this error
      urllib.error.URLError:

  • @ecemiren3370
    @ecemiren3370 4 месяца назад

    Dear Aarohi, I am level 2 member of the channel, I want to access to the code. Thank you so much for your helpful videos :)

  • @newupdates88
    @newupdates88 8 месяцев назад

    something went wrong my weights folder is empty, can any one help me

  • @mdriad4521
    @mdriad4521 8 месяцев назад

    can you make streamlit web application for this types of project?

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

    Can you please a make video for explainable AI for yolov9..

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

    Hi mam i need this code for practical implementation.... Nice video ❤

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

      Hello, This code is available for channel members (Contribution level 2)

  • @kunalsingh153
    @kunalsingh153 8 месяцев назад

    mam the dataset that you mentioned has been deleted can you provide some other link for it?

    • @CodeWithAarohi
      @CodeWithAarohi  8 месяцев назад

      You can pick any other dataset related to license plates from Roboflow universe

  • @it_ty_33_nikhilpatil74
    @it_ty_33_nikhilpatil74 8 месяцев назад

    Mam is this possible to Apply ANPR to live video stream ?

    • @CodeWithAarohi
      @CodeWithAarohi  8 месяцев назад

      Yes but implementing ANPR on a live video stream can be resource-intensive, especially if you're processing high-resolution video in real-time.

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

    What GPU you are using?

  • @biggiewalata
    @biggiewalata 8 месяцев назад

    Thanks

  • @madhuchandran7316
    @madhuchandran7316 4 месяца назад

    Hi Maam,I am level 2 member of the channel ,I want to access the code.

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

    Where can I find cfg file for training?

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

    can you share code with models
    thank you :)

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

    Hello, how can I get access to the code? I'm a member level 2

    • @CodeWithAarohi
      @CodeWithAarohi  5 месяцев назад +1

      Mail me at aarohisingla1987@gmail.com

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

      @@CodeWithAarohi just did it. Thanks!

  • @divyayadav5486
    @divyayadav5486 12 дней назад

    hey arohi!! can you please provide the code

    • @CodeWithAarohi
      @CodeWithAarohi  11 дней назад

      Code is available for channel Members (Contribution Level 2)

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

    Thanks! Can you send the code for anpr

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

    Hello possible live vidéo ocr

    • @CodeWithAarohi
      @CodeWithAarohi  7 месяцев назад +1

      Live video OCR involves capturing video frames from a camera feed in real-time, processing each frame to detect and recognize text using OCR techniques, and then displaying the recognized text on the screen. We can perform that using the code mentioned in this video because we are performing the same steps on test video.

  • @Engineer-Md.AkbarHossain
    @Engineer-Md.AkbarHossain 8 месяцев назад

    source code please

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

    Please send me code for this video

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

      This code is available for channel members (Contribution level 2)

  • @funcartoonkids7729
    @funcartoonkids7729 17 дней назад

    i need this code, please send me

    • @CodeWithAarohi
      @CodeWithAarohi  17 дней назад

      Code is available for channel members (Contribution level 2)

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

    My son is need for your help

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

      You can mail me your query at aarohisingla1987@gmail.com

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

    Souce code please

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

      Please email me at aarohisingla1987@gmail.com

    • @CodeWithAarohi
      @CodeWithAarohi  2 месяца назад +1

      Sent!

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

      @@CodeWithAarohi sorry, i think the code sent to mee is incorrect, i need ANPR code

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

      @@didinkhoerul4831 Sent the new code