From c3f18bcef710c8b8b8fb874e4b3825d8334d015d Mon Sep 17 00:00:00 2001 From: Brian Rosenberg Date: Wed, 6 Dec 2023 14:30:31 -0500 Subject: [PATCH] Remove slash from OcvDnn pipeline names --- .../plugin-files/descriptor/descriptor.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cpp/OcvDnnDetection/plugin-files/descriptor/descriptor.json b/cpp/OcvDnnDetection/plugin-files/descriptor/descriptor.json index 0b8f2529..bf5a81b5 100644 --- a/cpp/OcvDnnDetection/plugin-files/descriptor/descriptor.json +++ b/cpp/OcvDnnDetection/plugin-files/descriptor/descriptor.json @@ -169,7 +169,7 @@ ] }, { - "name": "CAFFE GOOGLENET DETECTION (WITH LOSS3/CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) ACTION", + "name": "CAFFE GOOGLENET DETECTION (WITH LOSS3-CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) ACTION", "description": "Performs caffe detection using the 'googlenet' model, and returns the activation values and the spectral hash for the loss3/classifier layer.", "algorithm": "DNNCV", "properties": [ @@ -342,10 +342,10 @@ ] }, { - "name": "CAFFE GOOGLENET DETECTION (WITH LOSS3/CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) TASK", + "name": "CAFFE GOOGLENET DETECTION (WITH LOSS3-CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) TASK", "description": "Performs caffe detection using the 'googlenet' model, and returns the activation values and the spectral hash for the loss3/classifier layer.", "actions": [ - "CAFFE GOOGLENET DETECTION (WITH LOSS3/CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) ACTION" + "CAFFE GOOGLENET DETECTION (WITH LOSS3-CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) ACTION" ] }, { @@ -379,10 +379,10 @@ ] }, { - "name": "CAFFE GOOGLENET DETECTION (WITH LOSS3/CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) PIPELINE", + "name": "CAFFE GOOGLENET DETECTION (WITH LOSS3-CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) PIPELINE", "description": "Performs caffe detection using the 'googlenet' model, and returns the activation values and the spectral hash for the loss3/classifier layer.", "tasks": [ - "CAFFE GOOGLENET DETECTION (WITH LOSS3/CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) TASK" + "CAFFE GOOGLENET DETECTION (WITH LOSS3-CLASSIFIER LAYER ACTIVATION VALUES AND SPECTRAL HASH) TASK" ] }, {