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

# mainbody detection + feature extractor
# python3.7 python/predict_system.py -c configs/inference_rec.yaml