Browse Source

Update test_segmentationFree.cpp

pull/1/MERGE
syan GitHub 6 years ago
parent
commit
c00ee52214
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_segmentationFree.cpp

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

@@ -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<std::string,float> res = recognizr.SegmentationFreeForSinglePlate(image,pr::CH_PLATE_CODE);
std::cout<<res.first<<" "
<<res.second<<std::endl;


Loading…
Cancel
Save