License plate detector with Python and yolov3 | Computer vision tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2022
  • Code: github.com/computervisioneng/...
    #computervision #yolov3 #objectdetection

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

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

    Thank you Felipe, it works like a charm!

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

    very useful thanks, brother!!!!!

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

      I am happy you found it useful! Thank you for watching, Jorge! 😀

  • @mohamedlabib7392
    @mohamedlabib7392 23 วันที่ผ่านมา

    can i use it in adnroid using java?

  • @satypk8664
    @satypk8664 4 หลายเดือนก่อน

    getting this error
    RuntimeError: Running cythonize failed!
    [end of output]
    note: This error originates from a subprocess, and is likely not a problem with pip.
    error: metadata-generation-failed
    Encountered error while generating package metadata.

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

    thanks bro

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

    ese acento argentino si se puede ver papá

  • @purneajee6584
    @purneajee6584 3 หลายเดือนก่อน

    how to install virtualenev venu in windows 11

  • @Mr.Bill_TheBlackDavinci
    @Mr.Bill_TheBlackDavinci ปีที่แล้ว +3

    The other thing is if you could please make us another video showing us how to implement it in real time detecting from video

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

      Real time detection on a video, sure, I will try to do it. 🙌

    • @Mr.Bill_TheBlackDavinci
      @Mr.Bill_TheBlackDavinci ปีที่แล้ว

      @@ComputerVisionEngineer thask you are the best💥💥💥💥💥

    • @oscarrebel6794
      @oscarrebel6794 7 หลายเดือนก่อน +1

      wherer is the video for realtime
      @@Mr.Bill_TheBlackDavinci

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

    how to create virtual environment in windows?
    like u created the python 3.8 environment
    rn i m on latest version of python

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

      Hey, it you are a Windows user, please take a look at some tutorial on how to create a virtual environment on your OS, I have been searching and there are a few very good ones in TH-cam. 💪🙌

    • @oscarrebel6794
      @oscarrebel6794 7 หลายเดือนก่อน

      how did u create'

    • @soukainatariki229
      @soukainatariki229 4 หลายเดือนก่อน

      python -m venv venv
      @@oscarrebel6794

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

    Hi
    Please show me how to make ANPR system using car video,and only using cv2

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

      Hey! An ANPR system using only cv2 sounds like a very good idea! I will definitely keep it mind for future videos! 😃

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

      +1

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

      @@ComputerVisionEngineer I hope you will do it in your next video😊😉

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

    hi sir pls help me i take this eror OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\darknet\darknet_importer.cpp:214: error: (-212:Parsing error) Failed to parse NetParameter file: ../model/weights/model.weights in function 'cv::dnn::dnn4_v20191202::readNetFromDarknet'
    i shared the error but ı couldnt find it

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

      Hey Arif, have you verified the file location and name are correct?

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

      @@ComputerVisionEngineer yes

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

      You may need to adjust the filepath to windows format. Try replacing the filepath ('..model/weights/model.weights') by the file absolute path.

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

      @@ComputerVisionEngineer my camera light open but nothing happened

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

      @@ComputerVisionEngineer pls help me how i can contact you because i must complete this project

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

    very helpful video Bro! I get an error "return [layersNames[i[0] - 1] for i in net.getUnconnectedOutLayers()] IndexError: invalid index to scalar variable Can you help me?

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

      Hey ! Not sure, what Python version and OS are you using?

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

      @@ComputerVisionEngineer Python 3.10 I tried to run on Windows 10 and Ubuntu Linux. They throw an error.

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

      If not mistaken Python 3.8 is listed in the project requirements. Maybe you can try with Python 3.8?

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

      @@ComputerVisionEngineer I got the same error, Pythone 3.8 Windows
      Codes not working like 46

    • @rafiahyusuf9605
      @rafiahyusuf9605 9 หลายเดือนก่อน +1

      About the error, I encountered the same error. If you are using a windows system, you need to change the path to 'classesFile' , 'modelConfiguration' , and 'modelWeights' to absolute paths. Under the getOutputsNames() function, change layersNames[i[0] - 1] to layersNames[i - 1]. Also, under postprocess() function right under the for loop remove i = i[0].

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

    getting this error
    return [layersNames[i[0] - 1] for i in net.getUnconnectedOutLayers()]
    ~^^^
    IndexError: invalid index to scalar variable

    • @rafiahyusuf9605
      @rafiahyusuf9605 9 หลายเดือนก่อน +2

      About the error, I encountered the same error. If you are using a windows system, you need to change the path to 'classesFile' , 'modelConfiguration' , and 'modelWeights' to absolute paths. Under getOutputsNames() function change layersNames[i[0] - 1] to layersNames[i - 1]. Also, under postprocess() function right under the for loop remove i = i[0].

  • @Mr.Bill_TheBlackDavinci
    @Mr.Bill_TheBlackDavinci ปีที่แล้ว +2

    💫💢Hello Felipe, very good video, ganapote on your part, but please, I am using Windows and in the part of the installation of the packages or add-ons I have not the slightest idea of ​​how to install them from this point it is very difficult for me to continue with the other steps you have to Also keep in mind that Windows users worldwide encompass almost 80% of computer users. Thank you very much for your contribution and I beg you to please help us with the installation step.👋🏿👋🏿👋🏿👋🏿👋🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿🤲🏿

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

      Thank you so much for your feedback. On my next videos I am going to make it clearer on how to install Python packages for windows users. In order to install Python packages, take a look at this video, it explains the process super well th-cam.com/video/C7U51qQ2scA/w-d-xo.html 💪💪

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

      I see I didn't use Pycharm on this project. I could redo a video on license plate detection + reader, on yolov8 this time, and I explain the process much better, trying to make it work on any OS.