PaddleClas/deploy/shell/predict.sh

19 lines
513 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
2021-09-26 15:05:13 +08:00
# multilabel_classification
#python3.7 python/predict_cls.py -c configs/inference_multilabel_cls.yaml
2021-06-04 23:23:23 +08:00
# 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
2021-06-08 15:43:28 +08:00
# build system
2021-06-08 16:00:40 +08:00
#python3.7 python/build_gallery.py -c configs/build_logo.yaml
2021-06-08 15:43:28 +08:00
# inference system
# python3.7 python/predict_system.py -c configs/inference_logo.yaml