Test VOC dataset error
Created by: yanmeizhao
I run PaddleDetection's faster_rcnn_r50_fpn_2x on my own dataset of VOC format success, but there occured an error when i run infer.py , the error as follows: Traceback (most recent call last): File "tools/eval.py", line 119, in main() File "tools/eval.py", line 107, in main eval_results(results, eval_feed, cfg.metric, resolution, FLAGS.output_file) File "/home/zhaoyanmei/models/PaddleCV/PaddleDetection/ppdet/utils/eval_utils.py", line 114, in eval_results res = np.mean(results[-1]['accum_map'][0]) KeyError: 'accum_map'
Can anyone help me please?