From c6937ba44ab115abf8f0ee25f391126b792016fe Mon Sep 17 00:00:00 2001 From: leejet Date: Sun, 21 Dec 2025 21:47:50 +0800 Subject: [PATCH] fix: correct the parsing of --convert-name opotion --- examples/cli/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli/main.cpp b/examples/cli/main.cpp index eb6f9da..c5c4c9a 100644 --- a/examples/cli/main.cpp +++ b/examples/cli/main.cpp @@ -73,7 +73,7 @@ struct SDCliParams { {"", "--convert-name", "convert tensor name (for convert mode)", - true, &canny_preprocess}, + true, &convert_name, {"-v", "--verbose", "print extra info",