mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-10-07 14:06:22 +00:00
fix bug
This commit is contained in:
parent
725da5ab0d
commit
c244f750b7
@ -237,7 +237,7 @@ if [ ${MODE} = "whole_infer" ] || [ ${MODE} = "klquant_whole_infer" ]; then
|
||||
fi
|
||||
#run inference
|
||||
is_quant=${infer_quant_flag[Count]}
|
||||
if [ ${MODE} = "klquant_infer" ]; then
|
||||
if [ ${MODE} = "klquant_whole_infer" ]; then
|
||||
is_quant="True"
|
||||
fi
|
||||
func_inference "${python}" "${inference_py}" "${save_infer_dir}" "${LOG_PATH}" "${infer_img_dir}" ${is_quant}
|
||||
|
Loading…
x
Reference in New Issue
Block a user