I expected to see recall-iou curve for coco and pascal voc. However, it seems "evaluate_box_proposals" function which is for drawing this curve is not used in both dataset evaluation.
In RPN_ONLY mode also "generate_rpn_on_range٬ in test_engine.get_eval_functions does not have box_proposal evaluation.
In "task_evaluation" function, the task "box_proposal" has been been used.
Actual results
no curve is output. gt_overlaps and num_pos are empty.
Detailed steps to reproduce
I put the following commands in the beginning of task_evaluation.evaluate_all(
Expected results
I expected to see recall-iou curve for coco and pascal voc. However, it seems "evaluate_box_proposals" function which is for drawing this curve is not used in both dataset evaluation. In RPN_ONLY mode also "generate_rpn_on_range٬ in test_engine.get_eval_functions does not have box_proposal evaluation. In "task_evaluation" function, the task "box_proposal" has been been used.
Actual results
no curve is output. gt_overlaps and num_pos are empty.
Detailed steps to reproduce
I put the following commands in the beginning of task_evaluation.evaluate_all(
and run
System information
PYTHONPATH
environment variable: /space/export/data/azim_se/pytorch/compiled/lib/python2.7/site-packages:/space/export/data/azim_se/pytorch/compiledpython --version
output: 2.7