Skip to content

efth-mcl/Convolutional_Neural_Networks--Car_Plate_Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application of Convolutional Neural Networks, Car Plate Recognition

Main library: nn-tool

IMAGE PREPROCESSING SEGMENTATION RECOGNITION
INFO Edge detection DBSCAN Deep CNN
LIBRARY scikit-image scikit-learn tensorflow

Set up steps

  1. Run setup.sh (Linux)
    sh setup.sh 
    
    or 1.
        pip install -r requirements.txt
    
    create "plates" folder on root of repo and download car plates from car-plates-urls.txt file. Use wget command such as:
        wget -P plates <car-plate-url>
    

Notebooks