- Training Files includes coco.names, obj.data, train.txt, valid.txt and yolo_v3.cfg
- Crop includes the object of interest from test image.
- Images includes the test images.
- License Plate Detection.ipynp - yolo_v3 using opencv, custom trained weights, pytesseract
- convert.py is used to convert OIDv4_Toolkit image annotations to yolo annotation format, normalize bounding box data and create new label.txt files.
- train_darknet.py is used to train darknet on custom dataset.
- Introduction to Yolo_v3 License Plate Detector PPT file with project description.