Git clone : https://github.com/AlexeyAB/darknet.git
All other information regarding the setup can be found out in Description FILE. Link to yolo-config is also there itself
- Cropping_Plates_from_Detection_YOLOv3_for_OCR.ipynb: Crop output objects from YOLOv3 for OCR
- Dataset1(ANPR)_preparation_for_yolo.ipynb: preprocessing ANPR dataset as per YOLOv3 training requirements
- (Indian_cars)_preparation_for_YOLO.ipynb: preprocessing Indian Car dataset as per YOLOv3 training requirements
- Number_Plate_Detection_YOLOv3.ipynb: Google colab notebook for training & storing final output over test data
- OCR_for_NumberPlate.ipynb: OCR over all cropped images and storing it in a list
- Description.pdf: Entire problem statement and steps to follow for executing the project
- Train.txt,Valid.txt,obj.names,obj.data: Requirements for YOLOv3 as explained in description.pdf