Update predict.sh
parent
86c3c50fc8
commit
9c96aa048a
|
@ -7,5 +7,9 @@ python3.7 python/predict_cls.py -c configs/inference_cls.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
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue