Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 604 Bytes

File metadata and controls

10 lines (8 loc) · 604 Bytes

Car License Plate Detection

Install requirements for respective algorithms

pip install -r path to requirements.txt file

Install pre-trained weights of YOLOv3 and YOLOv4

  • yolov3 wget -P model_data https://pjreddie.com/media/files/yolov3.weights
  • yolov3-tiny wget -P model_data https://pjreddie.com/media/files/yolov3-tiny.weights
  • yolov4 wget -P model_data https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights
  • yolov4-tiny wget -P model_data https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights