gitextract__lt7gl0y/ ├── .gitignore ├── CMakeLists.txt ├── README.md ├── classification.bat ├── cpp/ │ ├── LenetClassifier.cpp │ ├── LenetClassifier.h │ ├── evaluation.cpp │ └── evaluationcpp.vcxproj ├── cpp4caffe/ │ ├── cnnpredictor.h │ ├── cpp4caffe.vcxproj │ └── evaluation.cpp ├── models/ │ ├── deploy.prototxt │ ├── labels.txt │ ├── mean.binaryproto │ ├── mean.npy │ ├── plate_fromimg.prototxt │ ├── plate_lenet.prototxt │ └── solver.prototxt ├── train.bat ├── train.py ├── train.sh └── util/ ├── deploy.prototxt ├── evaluation.py ├── meanfilebinartynpy.py ├── plotaccuracy.py ├── preprocess.py ├── solver.prototxt ├── test.prototxt ├── train.prototxt ├── train.txt └── val.txt