Browse Source

Update test_pipeline.cpp

pull/4/head
syan GitHub 4 years ago
parent
commit
a2f5efbd53
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Prj-Linux/lpr/tests/test_pipeline.cpp

+ 1
- 1
Prj-Linux/lpr/tests/test_pipeline.cpp View File

@@ -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