Configuration.xml 575 Bytes
Newer Older
Your Name's avatar
Your Name committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="GB2312"?>
<opencv_storage>

	<!--PaddleOCR车牌检测 -->
	<OcrDB>
		<ModelPath>"../Resource/Models/PaddleOCR/VLPR/db.onnx"</ModelPath>
		<BinaryThreshold>0.3</BinaryThreshold>
		<BoxThreshold>0.5</BoxThreshold>
		<UnclipRatio>1.6</UnclipRatio>
		<LimitSideLen>2500</LimitSideLen>
		<ScoreMode>"fast"</ScoreMode>
	</OcrDB>

	<!--PaddleOCR车牌识别 -->
	<OcrSVTR>
		<ModelPath>"../Resource/Models/PaddleOCR/VLPR/svtr.onnx"</ModelPath>
		<DictPath>"../Resource/Models/PaddleOCR/VLPR/ppocr_keys_v1.txt"</DictPath>
	</OcrSVTR>
</opencv_storage>