predict.sh 410 字节
Newer Older
littletomatodonkey's avatar
littletomatodonkey 已提交
1 2 3 4 5 6 7 8 9
# 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

F
Felix 已提交
10 11

# build system
F
Felix 已提交
12
#python3.7 python/build_gallery.py -c configs/build_logo.yaml 
F
Felix 已提交
13 14 15

# inference system
# python3.7 python/predict_system.py -c configs/inference_logo.yaml