aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDerek Lamberti <derek.lamberti@arm.com>2020-12-07 13:56:40 +0000
committerDerek Lamberti <derek.lamberti@arm.com>2020-12-09 15:21:16 +0000
commitfa4c1d106f61a9594feba7137776e5335328f6fd (patch)
treee38b08f3babbcc465c5c02a63f8d9757c71bbb40 /tests
parent50fd30e96efd175f10883c046eb7c1fba1f6f321 (diff)
downloadarmnn-fa4c1d106f61a9594feba7137776e5335328f6fd.tar.gz
Default comparisons-files option to empty vector
Change-Id: Iecd8d9b333fa4456d081b4787c1a5b5d0b4a2b79 Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp2
1 files changed, 1 insertions, 1 deletions
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<std::vector<std::string>>())
+ cxxopts::value<std::vector<std::string>>()->default_value({}))
("d,detector-path",
"File path where the TfLite model for the yoloV3big "