From 22205a11daaeb9fb7a7fd66e8da3f1c5da1c9f52 Mon Sep 17 00:00:00 2001 From: syan Date: Mon, 9 Mar 2020 10:33:27 +0800 Subject: [PATCH] Update main.cpp --- Prj-PHP/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prj-PHP/main.cpp b/Prj-PHP/main.cpp index d394ce2..43e3378 100644 --- a/Prj-PHP/main.cpp +++ b/Prj-PHP/main.cpp @@ -36,7 +36,7 @@ cv::String scan(std::string imgpath, std::string modelpath, double confidence){ modelpath+"/HorizonalFinemapping.prototxt",modelpath+"/HorizonalFinemapping.caffemodel", modelpath+"/Segmentation.prototxt",modelpath+"/Segmentation.caffemodel", modelpath+"/CharacterRecognization.prototxt",modelpath+"/CharacterRecognization.caffemodel", - modelpath+"/SegmentationFree.prototxt",modelpath+"/SegmentationFree.caffemodel" + modelpath+"/SegmenationFree-Inception.prototxt",modelpath+"/SegmenationFree-Inception.caffemodel" ); cv::Mat image = cv::imread(imgpath); std::vector res = prc.RunPiplineAsImage(image,pr::SEGMENTATION_FREE_METHOD);