Update predict.sh

pull/806/head
Felix 2021-06-08 15:43:28 +08:00 committed by GitHub
parent 86c3c50fc8
commit 9c96aa048a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -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