the code for our CSC420 project
This directory contains the cleaned up version of CHARS74Kdataset we used to train our CNN for classification.
This directory contains the dataset I put together for the detection CNN
the code for license plate detection and segmentation.
Modified code from pytorch tutorial for display of CNN prediction output
The CNN models we used
The training and evaluation of both CNN.
The saved weights of the CNN. train1 is for detection CNN. train2 and train2v2 are for classification CNN train2 is trained on unmodified dataset. train2v2 is trained on augmented (using randon transformations, perspectives, etc)dataset. train2 generally works better.
An example image we used.
run: python detect_segment.py 'example.png'