ValueError: all the input array dimensions except for the concatenation axis must match exactly
Created by: chenyangMl
运行 python3 tools/eval.py 出现如下错误 2020-05-21 09:38:02,350-INFO: Finish initing model from ./output/det_db/iter_epoch_1600 2020-05-21 09:38:04,318-INFO: test tackling num:8 Traceback (most recent call last): File "tools/eval.py", line 101, in main() File "tools/eval.py", line 80, in main metrics = eval_det_run(exe, config, eval_info_dict, "eval") File "/paddle/PaddleOCR/tools/eval_utils/eval_det_utils.py", line 126, in eval_det_run cal_det_res(exe, config, eval_info_dict) File "/paddle/PaddleOCR/tools/eval_utils/eval_det_utils.py", line 59, in cal_det_res img_list = np.concatenate(img_list, axis=0) ValueError: all the input array dimensions except for the concatenation axis must match exactly