Skip to content

Commit 8459c67

Browse files
更改roi,增加匹配概率
1 parent 71175fc commit 8459c67

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

assets/resource/base/pipeline/MakeCoffee.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
"type": "OCR",
4242
"param": {
4343
"roi": [
44-
85,
45-
233,
46-
78,
47-
26
44+
89,
45+
236,
46+
73,
47+
22
4848
],
4949
"expected": [
50-
"新品练习",
51-
"新品練習",
52-
"(?i)New\\s*Product\\s*Practice",
53-
"新作練習",
54-
"신제품 시연"
50+
"新品",
51+
"新品",
52+
"(?i)New\\s*Product",
53+
"新作",
54+
"신제품"
5555
],
5656
"threshold": 0.8
5757
}

0 commit comments

Comments
 (0)