├── Final_LPRNet_model.onnx ├── README.md ├── detect_rec_img.py ├── main.cpp ├── mnet_plate.onnx └── simhei.ttf /Final_LPRNet_model.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/license-plate-detect-recoginition-opencv/HEAD/Final_LPRNet_model.onnx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/license-plate-detect-recoginition-opencv/HEAD/README.md -------------------------------------------------------------------------------- /detect_rec_img.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/license-plate-detect-recoginition-opencv/HEAD/detect_rec_img.py -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/license-plate-detect-recoginition-opencv/HEAD/main.cpp -------------------------------------------------------------------------------- /mnet_plate.onnx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/license-plate-detect-recoginition-opencv/HEAD/mnet_plate.onnx -------------------------------------------------------------------------------- /simhei.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hpc203/license-plate-detect-recoginition-opencv/HEAD/simhei.ttf --------------------------------------------------------------------------------