From c00ee522140e40a654aaf23f567e5a8a5a06cdfe Mon Sep 17 00:00:00 2001 From: syan Date: Mon, 8 Oct 2018 11:41:20 +0800 Subject: [PATCH] Update test_segmentationFree.cpp --- Prj-Linux/lpr/tests/test_segmentationFree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prj-Linux/lpr/tests/test_segmentationFree.cpp b/Prj-Linux/lpr/tests/test_segmentationFree.cpp index 3a9646a..4f948d2 100644 --- a/Prj-Linux/lpr/tests/test_segmentationFree.cpp +++ b/Prj-Linux/lpr/tests/test_segmentationFree.cpp @@ -39,7 +39,7 @@ int main() // cv::resize(image,image,cv::Size(160,40)); cv::imshow("xxx",image); cv::waitKey(0); - pr::SegmentationFreeRecognizer recognizr("model/SegmentFreeModel.prototxt","model/InceptionV3.caffemodel"); + pr::SegmentationFreeRecognizer recognizr("model/SegmenationFree-Inception.prototxt","model/ISegmenationFree-Inception.caffemodel"); std::pair res = recognizr.SegmentationFreeForSinglePlate(image,pr::CH_PLATE_CODE); std::cout<