fix: 基建修复3 (#11629)

* fix: 反复进出训练室

* fix: 宿舍识别错误

* chore: 更新基建模板

* chore: Auto update by pre-commit hooks [skip changelog]

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
uye
2025-01-24 00:32:58 +08:00
committed by GitHub
parent df96a45b4f
commit 38c8dd81e1
6 changed files with 5 additions and 5 deletions

View File

@@ -4110,7 +4110,7 @@
"InfrastOffice": {
"template": "Office.png",
"maskRange": [1, 255],
"roi": [880, 330, 400, 160],
"roi": [378, 94, 589, 529],
"templThreshold": 0.95
},
"InfrastOfficeMini": {
@@ -4121,7 +4121,7 @@
},
"InfrastProcessing": {
"maskRange": [1, 255],
"roi": [880, 200, 400, 200],
"roi": [378, 94, 589, 529],
"templThreshold": 0.95
},
"InfrastProcessingMini": {
@@ -4139,7 +4139,7 @@
"InfrastReception": {
"template": "Reception.png",
"maskRange": [1, 255],
"roi": [377, 93, 532, 214],
"roi": [378, 94, 589, 529],
"templThreshold": 0.95
},
"InfrastReceptionMini": {
@@ -4151,7 +4151,7 @@
"InfrastTraining": {
"template": "Training.png",
"maskRange": [1, 255],
"roi": [880, 420, 400, 160],
"roi": [378, 94, 589, 529],
"templThreshold": 0.95
},
"InfrastTrainingMini": {
@@ -4650,7 +4650,7 @@
"InfrastTrainingIdle": {
"algorithm": "OcrDetect",
"text": ["空闲中"],
"roi": [350, 600, 200, 120]
"roi": [346, 626, 161, 52]
},
"InfrastTrainingCompleted": {
"baseTask": "InfrastTrainingIdle",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB