Configuration.xml 530 Bytes
Newer Older
Your Name's avatar
Your Name committed
1
2
3
4
5
<?xml version="1.0" encoding="GB2312"?>
<opencv_storage>

	<!--PaddleOCR车牌检测 -->
	<OcrDB>
liucong's avatar
liucong committed
6
		<ModelPath>"../Resource/Models/db.onnx"</ModelPath>
Your Name's avatar
Your Name committed
7
8
9
10
11
12
13
14
15
		<BinaryThreshold>0.3</BinaryThreshold>
		<BoxThreshold>0.5</BoxThreshold>
		<UnclipRatio>1.6</UnclipRatio>
		<LimitSideLen>2500</LimitSideLen>
		<ScoreMode>"fast"</ScoreMode>
	</OcrDB>

	<!--PaddleOCR车牌识别 -->
	<OcrSVTR>
liucong's avatar
liucong committed
16
17
		<ModelPath>"../Resource/Models/svtr.onnx"</ModelPath>
		<DictPath>"../Resource/Models/ppocr_keys_v1.txt"</DictPath>
Your Name's avatar
Your Name committed
18
19
	</OcrSVTR>
</opencv_storage>