From dd01ef75ce0de6956e855a75a1c6738937ac2875 Mon Sep 17 00:00:00 2001 From: YunLiu <55491388+KumoLiu@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:09:46 +0800 Subject: [PATCH] remove properties Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> --- .../scripts/properties.json | 53 ------------------- 1 file changed, 53 deletions(-) delete mode 100644 models/spleen_ct_segmentation_real_time/scripts/properties.json diff --git a/models/spleen_ct_segmentation_real_time/scripts/properties.json b/models/spleen_ct_segmentation_real_time/scripts/properties.json deleted file mode 100644 index 691b539c..00000000 --- a/models/spleen_ct_segmentation_real_time/scripts/properties.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "train": { - "bundle_root": { - "description": "root path of the bundle.", - "required": true, - "id": "bundle_root" - }, - "device": { - "description": "target device to execute the bundle workflow.", - "required": true, - "id": "device" - }, - "dataflow": { - "description": "dataflow to execute the bundle workflow.", - "required": true, - "id": "dataflow" - } - }, - "infer": { - "bundle_root": { - "description": "root path of the bundle.", - "required": true, - "id": "bundle_root" - }, - "device": { - "description": "target device to execute the bundle workflow.", - "required": true, - "id": "device" - }, - "dataflow": { - "description": "dataflow to execute the bundle workflow.", - "required": true, - "id": "dataflow" - } - }, - "meta": { - "version": { - "description": "bundle version", - "required": true, - "id": "_meta_::version" - }, - "channel_def": { - "description": "channel definition for the prediction", - "required": false, - "id": "_meta_::network_data_format::outputs::pred::channel_def" - }, - "type": { - "description": "data type of the input image", - "required": true, - "id": "_meta_::network_data_format::outputs::pred::type" - } - } -}