How to Detect License Plates with Python and YOLO

By Medium - 2020-11-22

Description

Traditional computer vision methods are outdated. Use this instead.

Summary

  • Traditional computer vision methods are outdated.
  • Image 3 — Opening images with LabelIMG (image by author) Make sure that the tag in the left panel says YOLO.
  • In Colab, it took around 2 hours to train the model in my case, but the time can change, depending on the GPU and the dataset size.
  • Please let me know in the comment section.

 

Topics

  1. NLP (0.16)
  2. Backend (0.13)
  3. Machine_Learning (0.11)

Similar Articles

trekhleb/links-detector

By GitHub - 2020-12-07

📖 👆🏻 Links Detector makes printed links clickable via your smartphone camera. No need to type a link in, just scan and click on it. - trekhleb/links-detector

Semantic hand segmentation using Pytorch

By Medium - 2020-12-02

Semantic segmentation is the task of predicting the class of each pixel in an image. This problem is more difficult than object detection…