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