predict.sh 363 字节
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
# mainbody detection + feature extractor + retrieval
# python3.7 python/predict_system.py -c configs/inference_rec.yaml