From fa4c1d106f61a9594feba7137776e5335328f6fd Mon Sep 17 00:00:00 2001 From: Derek Lamberti Date: Mon, 7 Dec 2020 13:56:40 +0000 Subject: Default comparisons-files option to empty vector Change-Id: Iecd8d9b333fa4456d081b4787c1a5b5d0b4a2b79 Signed-off-by: Derek Lamberti --- tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp b/tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp index b896d26eae..8faf9a1261 100644 --- a/tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp +++ b/tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp @@ -324,7 +324,7 @@ struct ParseArgs "of yoloV3big e.g. 'mydir/file1.txt,mydir/file2.txt,mydir/file3.txt,mydir/file4.txt'->InputToDetector1" " will be tried first then InputToDetector2 then InputToDetector3 then the Detector Output and finally" " the NMS output. NOTE: Files are passed as comma separated list without whitespaces.", - cxxopts::value>()) + cxxopts::value>()->default_value({})) ("d,detector-path", "File path where the TfLite model for the yoloV3big " -- cgit v1.2.1