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
|
|
|
|
|
2021-06-08 15:43:28 +08:00
|
|
|
|
|
|
|
# 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
|