I am trying to train a model for detecting license plates of pakistani cars. I found a faster technique called YOLO. Here is a link YOLOv2
Blog which I am following to train YOLOv2 is this blog
According to this blog I need to have images of cars and I need to annotate these images (need to mark position of license plate) for preparation of test data and training data. Problem is that I already have training data of the form
and this tutorial requires me to do annotation from cars images like this.
If someone has worked with YOLO kindly tell me how can I avoid annotation and use my own training data to train a YOLO model.

