MCPcopy Create free account
hub / github.com/amdegroot/ssd.pytorch / evaluate_detections

Function evaluate_detections

eval.py:416–418  ·  view source on GitHub ↗
(box_list, output_dir, dataset)

Source from the content-addressed store, hash-verified

414
415
416def evaluate_detections(box_list, output_dir, dataset):
417 write_voc_results_file(box_list, dataset)
418 do_python_eval(output_dir)
419
420
421if __name__ == '__main__':

Callers 1

test_netFunction · 0.85

Calls 2

write_voc_results_fileFunction · 0.85
do_python_evalFunction · 0.85

Tested by 1

test_netFunction · 0.68