12 lines
363 B
Bash
12 lines
363 B
Bash
# 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 + retrieval
|
|
# python3.7 python/predict_system.py -c configs/inference_rec.yaml
|