From a2f5efbd5339696c1c2056ca7c09847119d5c89f Mon Sep 17 00:00:00 2001 From: syan Date: Mon, 9 Mar 2020 10:32:38 +0800 Subject: [PATCH] Update test_pipeline.cpp --- Prj-Linux/lpr/tests/test_pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prj-Linux/lpr/tests/test_pipeline.cpp b/Prj-Linux/lpr/tests/test_pipeline.cpp index d480aa7..4e8b345 100644 --- a/Prj-Linux/lpr/tests/test_pipeline.cpp +++ b/Prj-Linux/lpr/tests/test_pipeline.cpp @@ -111,7 +111,7 @@ void TEST_PIPELINE(){ "model/HorizonalFinemapping.prototxt","model/HorizonalFinemapping.caffemodel", "model/Segmentation.prototxt","model/Segmentation.caffemodel", "model/CharacterRecognization.prototxt","model/CharacterRecognization.caffemodel", - "model/SegmentationFree.prototxt","model/SegmentationFree.caffemodel" + "model/SegmenationFree-Inception.prototxt","model/SegmenationFree-Inception.caffemodel" ); cv::Mat image = cv::imread("/Users/yujinke/ClionProjects/cpp_ocr_demo/test.png");