RefineDet.PyTorch icon indicating copy to clipboard operation
RefineDet.PyTorch copied to clipboard

when i run eval_refinedet.py

Open jaychou790118 opened this issue 5 years ago • 0 comments

Traceback (most recent call last): File "eval.py", line 446, in thresh=args.confidence_threshold) File "eval.py", line 420, in test_net evaluate_detections(all_boxes, output_dir, dataset) File "eval.py", line 425, in evaluate_detections do_python_eval(output_dir) File "eval.py", line 178, in do_python_eval ovthresh=0.5, use_07_metric=use_07_metric) File "eval.py", line 295, in voc_eval difficult = np.array([x['difficult'] for x in R]).astype(np.bool) File "eval.py", line 295, in difficult = np.array([x['difficult'] for x in R]).astype(np.bool) KeyError: 'difficult'

thx

jaychou790118 avatar Oct 30 '19 04:10 jaychou790118