From 6dd178f2395b34cfb360eabb0130c19ed258f5fa Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 2 Apr 2021 22:04:39 +0100 Subject: IVGCVSW-5720 Remove the Caffe Parser from ArmNN Signed-off-by: Nikhil Raj Change-Id: Ib00be204f549efa9aa5971ecf65c2dec4a10b10f --- python/pyarmnn/examples/image_classification/example_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyarmnn/examples/image_classification/example_utils.py') diff --git a/python/pyarmnn/examples/image_classification/example_utils.py b/python/pyarmnn/examples/image_classification/example_utils.py index f0ba91e981..bd43d60da5 100644 --- a/python/pyarmnn/examples/image_classification/example_utils.py +++ b/python/pyarmnn/examples/image_classification/example_utils.py @@ -72,7 +72,7 @@ def parse_command_line(desc: str = ""): parser.add_argument("-d", "--data-dir", help="Data directory which contains all the images.", action="store", default="") parser.add_argument("-m", "--model-dir", - help="Model directory which contains the model file (TF, TFLite, ONNX, Caffe).", action="store", + help="Model directory which contains the model file (TF, TFLite, ONNX).", action="store", default="") return parser.parse_args() -- cgit v1.2.1