Update test_pipeline.cpp

master
syan 5 years ago committed by GitHub
parent 8b36f975bc
commit a2f5efbd53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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");

Loading…
Cancel
Save