PaddleClas/deploy/shell/predict.sh

12 lines
363 B
Bash
Raw Normal View History

2021-06-04 23:23:23 +08:00
# classification
python3.7 python/predict_cls.py -c configs/inference_cls.yaml
# feature extractor
# python3.7 python/predict_rec.py -c configs/inference_rec.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