boundaryList = context.run_recognition(
"GridCheckTargetBoundary",
img,
pipeline_override={
"GridCheckTargetBoundary": {
"recognition": "TemplateMatch",
"template": f"fight/time_space_domain/boundary{direction}.png",
"roi": boundaryRoiDict[direction],
"threshold": 0.92,
}
},
)
boundaryList = context.run_recognition(
"GridCheckTargetBoundary",
img,
pipeline_override={
"GridCheckTargetBoundary": {
"recognition": "TemplateMatch",
"template": f"fight/time_space_domain/boundary{direction}.png",
"roi": boundaryRoiDict[direction],
"threshold": 0.92,
}
},
)
问题类型 / Issue Type
一般 Bug / General Bug
问题描述及复现步骤 / Problem Description & Reproduction Steps
临时定义的node maafw 报错 未找到。
MaaFramework 版本 / Version
5.10.5
日志文件 / Log Files
maafw.log
Pipeline JSON
崩溃 Dump 文件 / Crash Dump (仅崩溃问题 / Crash only)
No response
Draw 调试图片 / Draw Debug Images (仅识别问题 / Recognition only)
No response
模板图片 / Template Images (仅识别问题 / Recognition only)
No response
其他信息 / Additional Information
No response