How to Automatic Number Plate Recognition using YOLOv8 and EasyOCR Full Course | Python

Sdílet
Vložit
  • čas přidán 26. 02. 2023
  • #Pyresearch
    #yolo #yolov8 #objectdetection #license #license #computervision #machinelearning #artificialintelligence #opencv #python
    Automatic License Plate Recognition using YOLOv8 - A Step by Step Tutorial
    Automatic License Plate Recognition using YOLOv8 Github repo: github.com/noorkhokhar99/Auto...
    Please let me know your valuable feedback on the video by means of comments. Please like and share the video. Do not forget to subscribe to my channel for more educational videos.
    Any type of problem you can comment down.
    Want more education? Connect with me here:
    Twitter: / noorkhokhar10
    Github:github.com/noorkhokhar99
    Subscribe: / @pyresearch
    Organizations: / pyresearch
    CZcams: / pyresearch
    Tags:
    #deeplearning #ImageClassification #instance #segmentation #Object #Detection #YOLO #YOLO #Inference #yolo #object #detection #yolov8
    #machinelearning
    #imagerecognition
    #videorecognition
    #license #plate #recognitionias
    #license #plate #detection
  • Věda a technologie

Komentáře • 45

  • @robotdog8713
    @robotdog8713 Před 9 měsíci +1

    thank you. your code

  • @mi_mey
    @mi_mey Před rokem +2

    Hello!! Can I use it for text detection using yolov8 and text recoginition using easyocr ? I have some questions where can I disscus with you ? 🥺🥺

    • @Pyresearch
      @Pyresearch  Před rokem

      Hello! Yes, you can use YOLOv8 for text detection and EasyOCR for text recognition. I'm happy to help answer any questions you have. You can ask them here and I'll do my best to provide a helpful response.

  • @SoarWithi
    @SoarWithi Před rokem +1

    Hi. Thank you for sharing. Can you also share the weights you trained (they are not in the folder) Thank you 🙏

    • @Pyresearch
      @Pyresearch  Před rokem

      its automatic donwload just run this cmd
      python predict.py model=yolov8l.pt source="demo.mp4" show=True

    • @SoarWithi
      @SoarWithi Před rokem +1

      @@Pyresearch thank you. I did but this is not the license plate detection model. I just get car detection not the license plates.

    • @Pyresearch
      @Pyresearch  Před rokem

      @@SoarWithi can you see our drive link? model is givien

  • @yashgajwani29
    @yashgajwani29 Před rokem +1

    Can u explain why while running the code it mentioned to import hydra? What is the use of that in this code?

    • @Pyresearch
      @Pyresearch  Před rokem

      Hydra provides a number of features for managing configurations, including command-line interfaces, configuration files, and programmatic APIs. It can be used in conjunction with other Python libraries and frameworks, such as PyTorch, TensorFlow, and Scikit-Learn.

  • @THARUNS-tb7bf
    @THARUNS-tb7bf Před 8 měsíci +1

    where can i get the video used for the number plate detection

  • @danielalejandronavarroluna8374
    @danielalejandronavarroluna8374 Před 11 měsíci +1

    Hello, im getting this error at the moment that im running requirements, which python version are you using , by the way this is the error "AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
    [end of output]"

    • @Pyresearch
      @Pyresearch  Před 11 měsíci

      python 3.9.13 used you can try it

  • @rifqirizairfansyah200
    @rifqirizairfansyah200 Před rokem +1

    im got this error TypeError: 'imgsz=[640, 640]' is of invalid type ListConfig. Valid imgsz types are int i.e. 'imgsz=640' or list i.e. 'imgsz=[640,640]', can you help me or discuss? thanks!

    • @Pyresearch
      @Pyresearch  Před rokem

      yes, any time you can ask me, can you check your python version?
      its dependence issue.

  • @amaninaidja261
    @amaninaidja261 Před 5 měsíci +1

    Hello sir thank you for Evry thing, please i have an issue when i run the program in real-time, it automatically stops thé moment i present a licence plate any solution please ?+ I doin't have GPU in m'y pc Can i doin't use it ?

    • @Pyresearch
      @Pyresearch  Před 5 měsíci

      i am test it on cpu base try it

  • @impanaashok4133
    @impanaashok4133 Před rokem +1

    Sir can you help me find where is the detect folder after cloning the git. I'm not able to find it. Thank you.

    • @Pyresearch
      @Pyresearch  Před rokem

      Already mention in this videos

    • @antogrgic2
      @antogrgic2 Před 10 měsíci +1

      @@Pyresearch no its not mentioned. I cannot find the detect folder as well + the drive link does not exist anymore. Could you please upload it again? Thanks!

    • @Pyresearch
      @Pyresearch  Před 10 měsíci

      @@antogrgic2 for deep sort right?

    • @Pyresearch
      @Pyresearch  Před 10 měsíci +1

      @@antogrgic2 drive.google.com/file/d/1Q-F5l7N3RvCnHEfbN3GQr81zgHCJYn9w/view?usp=drive_link. now check

  • @sumitsrivatava
    @sumitsrivatava Před rokem +1

    How can I store live camera data into a CSV or SQL ?

    • @Pyresearch
      @Pyresearch  Před rokem

      Format the data: Once you have captured the live camera data, you need to format it in a way that can be easily stored in a CSV or SQL database. This may involve converting the data into a suitable data structure, such as a list or a dictionary, and extracting the relevant information from the captured frames.

  • @prudhvihunt8192
    @prudhvihunt8192 Před měsícem

    can you please make a video on automatic vehicle number plate detection using webcam extracted number plates results into a csv file with timestamp.

    • @Pyresearch
      @Pyresearch  Před měsícem

      Yes but already video is available

  • @yasinisktas707
    @yasinisktas707 Před rokem +1

    where can i get demo video

  • @YahyaSamet-vi3pu
    @YahyaSamet-vi3pu Před rokem +1

    how to change it to real time please

    • @Pyresearch
      @Pyresearch  Před rokem +2

      just replace the video source and put it in your webcam, 0 and 1, zero means your laptop camera 1 means your webcam.

  • @hardishah3188
    @hardishah3188 Před 10 měsíci +1

    can i pls get the video

  • @SoarWithi
    @SoarWithi Před rokem +1

    Still no model but you keep erasing my comments thanks for that 👎

    • @Pyresearch
      @Pyresearch  Před rokem

      drive.google.com/file/d/1WoWDuMFxC7WvfFFvL-zTgQWj-1oM-Y5e/view?usp=share_link. sorry for late response

    • @Pyresearch
      @Pyresearch  Před rokem

      i was away from my laptop last 72 hours

  • @user-sx5ib8vd6l
    @user-sx5ib8vd6l Před 2 měsíci +1

    youre explaining be like its hard. i dont like it. you must explain easier.

    • @Pyresearch
      @Pyresearch  Před 2 měsíci

      hey i am improving my video explaining skills so also send me feedback on our new video its is explaining is fine czcams.com/video/j0QNkSqZSS0/video.html

  • @abhiramtamvada8875
    @abhiramtamvada8875 Před rokem +1

    Hi I am getting this error was wondering if you could help (I ran install ultralytics before this),
    "ImportError: cannot import name 'DEFAULT_CONFIG' from 'ultralytics.yolo.utils'"

    • @abhiramtamvada8875
      @abhiramtamvada8875 Před rokem +1

      I ran pip install ultralytics before this

    • @Pyresearch
      @Pyresearch  Před rokem

      You can try it pip install Ultralyrics==8.0.0

    • @muhrezaaldiirawan226
      @muhrezaaldiirawan226 Před rokem +1

      Hai, Thank you for tutorial but i have a arror like this @hydra.main(version_base=None, config_path=str(DEFAULT_CFG.parent), config_name=DEFAULT_CFG.name)
      AttributeError: 'IterableSimpleNamespace' object has no attribute 'parent'

    • @Pyresearch
      @Pyresearch  Před rokem

      @@muhrezaaldiirawan226 check out your python version