PaddleClas/deploy/shell/predict.sh

19 lines
513 B
Bash

# classification
python3.7 python/predict_cls.py -c configs/inference_cls.yaml
# multilabel_classification
#python3.7 python/predict_cls.py -c configs/inference_multilabel_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
# build system
#python3.7 python/build_gallery.py -c configs/build_logo.yaml
# inference system
# python3.7 python/predict_system.py -c configs/inference_logo.yaml