From dc4f6a60092749e3a71c5e30b5891e4f420a1926 Mon Sep 17 00:00:00 2001 From: stephon Date: Mon, 6 Dec 2021 08:14:00 +0000 Subject: [PATCH] rm blank line --- deploy/configs/inference_cartoon.yaml | 2 +- deploy/configs/inference_cls.yaml | 2 +- deploy/configs/inference_cls_ch4.yaml | 2 +- deploy/configs/inference_cls_multilabel.yaml | 2 +- deploy/configs/inference_det.yaml | 2 +- deploy/configs/inference_drink.yaml | 3 +-- deploy/configs/inference_general.yaml | 3 +-- deploy/configs/inference_logo.yaml | 3 +-- deploy/configs/inference_product.yaml | 2 +- deploy/configs/inference_product_binary.yaml | 3 +-- deploy/configs/inference_rec.yaml | 2 +- deploy/configs/inference_vehicle.yaml | 3 +-- 12 files changed, 12 insertions(+), 17 deletions(-) diff --git a/deploy/configs/inference_cartoon.yaml b/deploy/configs/inference_cartoon.yaml index 5c30541e..7d93d98c 100644 --- a/deploy/configs/inference_cartoon.yaml +++ b/deploy/configs/inference_cartoon.yaml @@ -62,4 +62,4 @@ IndexProcess: embedding_size: 2048 batch_size: 32 return_k: 5 - score_thres: 0.5 + score_thres: 0.5 \ No newline at end of file diff --git a/deploy/configs/inference_cls.yaml b/deploy/configs/inference_cls.yaml index af7a8257..fc0f0fe6 100644 --- a/deploy/configs/inference_cls.yaml +++ b/deploy/configs/inference_cls.yaml @@ -32,4 +32,4 @@ PostProcess: topk: 5 class_id_map_file: "../ppcls/utils/imagenet1k_label_list.txt" SavePreLabel: - save_dir: ./pre_label/ + save_dir: ./pre_label/ \ No newline at end of file diff --git a/deploy/configs/inference_cls_ch4.yaml b/deploy/configs/inference_cls_ch4.yaml index 69fd4d95..9b740ed8 100644 --- a/deploy/configs/inference_cls_ch4.yaml +++ b/deploy/configs/inference_cls_ch4.yaml @@ -32,4 +32,4 @@ PostProcess: topk: 5 class_id_map_file: "../ppcls/utils/imagenet1k_label_list.txt" SavePreLabel: - save_dir: ./pre_label/ + save_dir: ./pre_label/ \ No newline at end of file diff --git a/deploy/configs/inference_cls_multilabel.yaml b/deploy/configs/inference_cls_multilabel.yaml index ce63fd91..78912d0a 100644 --- a/deploy/configs/inference_cls_multilabel.yaml +++ b/deploy/configs/inference_cls_multilabel.yaml @@ -32,4 +32,4 @@ PostProcess: topk: 5 class_id_map_file: None SavePreLabel: - save_dir: ./pre_label/ + save_dir: ./pre_label/ \ No newline at end of file diff --git a/deploy/configs/inference_det.yaml b/deploy/configs/inference_det.yaml index 8ca1fdc6..c809a025 100644 --- a/deploy/configs/inference_det.yaml +++ b/deploy/configs/inference_det.yaml @@ -31,4 +31,4 @@ DetPreProcess: std: [0.229, 0.224, 0.225] - DetPermute: {} -DetPostProcess: {} +DetPostProcess: {} \ No newline at end of file diff --git a/deploy/configs/inference_drink.yaml b/deploy/configs/inference_drink.yaml index 8bbd051c..61d116f9 100644 --- a/deploy/configs/inference_drink.yaml +++ b/deploy/configs/inference_drink.yaml @@ -60,5 +60,4 @@ IndexProcess: embedding_size: 512 batch_size: 32 return_k: 5 - score_thres: 0.4 - + score_thres: 0.4 \ No newline at end of file diff --git a/deploy/configs/inference_general.yaml b/deploy/configs/inference_general.yaml index c983817d..6b397b50 100644 --- a/deploy/configs/inference_general.yaml +++ b/deploy/configs/inference_general.yaml @@ -60,5 +60,4 @@ IndexProcess: embedding_size: 512 batch_size: 32 return_k: 5 - score_thres: 0.5 - + score_thres: 0.5 \ No newline at end of file diff --git a/deploy/configs/inference_logo.yaml b/deploy/configs/inference_logo.yaml index f8e2e936..f78ca25a 100644 --- a/deploy/configs/inference_logo.yaml +++ b/deploy/configs/inference_logo.yaml @@ -60,5 +60,4 @@ IndexProcess: embedding_size: 512 batch_size: 32 return_k: 5 - score_thres: 0.5 - + score_thres: 0.5 \ No newline at end of file diff --git a/deploy/configs/inference_product.yaml b/deploy/configs/inference_product.yaml index 4c3fa630..e7b494c3 100644 --- a/deploy/configs/inference_product.yaml +++ b/deploy/configs/inference_product.yaml @@ -61,4 +61,4 @@ IndexProcess: embedding_size: 512 batch_size: 32 return_k: 5 - score_thres: 0.5 + score_thres: 0.5 \ No newline at end of file diff --git a/deploy/configs/inference_product_binary.yaml b/deploy/configs/inference_product_binary.yaml index 9eb431d2..aefe0ba6 100644 --- a/deploy/configs/inference_product_binary.yaml +++ b/deploy/configs/inference_product_binary.yaml @@ -64,5 +64,4 @@ IndexProcess: batch_size: 32 binary_index: true return_k: 5 - score_thres: 0 - + score_thres: 0 \ No newline at end of file diff --git a/deploy/configs/inference_rec.yaml b/deploy/configs/inference_rec.yaml index 218f3d7c..e183ef07 100644 --- a/deploy/configs/inference_rec.yaml +++ b/deploy/configs/inference_rec.yaml @@ -25,4 +25,4 @@ RecPreProcess: order: '' - ToCHWImage: -RecPostProcess: null +RecPostProcess: null \ No newline at end of file diff --git a/deploy/configs/inference_vehicle.yaml b/deploy/configs/inference_vehicle.yaml index f7c54d6d..d99f42ad 100644 --- a/deploy/configs/inference_vehicle.yaml +++ b/deploy/configs/inference_vehicle.yaml @@ -60,5 +60,4 @@ IndexProcess: embedding_size: 512 batch_size: 32 return_k: 5 - score_thres: 0.5 - + score_thres: 0.5 \ No newline at end of file -- GitLab