From 9c96aa048a96ce9ae1d4abcb77d9e4ba04936910 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 8 Jun 2021 15:43:28 +0800 Subject: [PATCH] Update predict.sh --- deploy/shell/predict.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deploy/shell/predict.sh b/deploy/shell/predict.sh index 990a5703e..ab47aacd6 100644 --- a/deploy/shell/predict.sh +++ b/deploy/shell/predict.sh @@ -7,5 +7,9 @@ python3.7 python/predict_cls.py -c configs/inference_cls.yaml # detection # python3.7 python/predict_det.py -c configs/inference_rec.yaml -# mainbody detection + feature extractor + retrieval -# python3.7 python/predict_system.py -c configs/inference_rec.yaml + +# build system +#python3.7 python/build_system.py -c configs/build_logo.yaml + +# inference system +# python3.7 python/predict_system.py -c configs/inference_logo.yaml