fix: FeatureMatch任务无法读取roi

This commit is contained in:
status102
2025-05-16 13:37:40 +08:00
parent 848ebeb747
commit 58a3157bb3

View File

@@ -1065,7 +1065,7 @@ bool asst::TaskData::syntax_check(std::string_view task_name, const json::value&
"next", "onErrorNext", "postDelay", "preDelay", "reduceOtherTimes",
"specialParams", "sub", "subErrorIgnored",
// specific
"template", "count", "ratio", "detector",
"template", "roi", "count", "ratio", "detector",
} },
{ AlgorithmType::JustReturn,
{