Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Add testing.run_module to eval_detection_voc #455

Merged
merged 1 commit into from
Oct 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/evaluations_tests/test_eval_detection_voc.py
Original file line number Diff line number Diff line change
@@ -267,3 +267,6 @@ def test_eval_detection_voc(self):
np.testing.assert_almost_equal(result['ap'], expected, decimal=5)
np.testing.assert_almost_equal(
result['map'], np.nanmean(expected), decimal=5)


testing.run_module(__name__, __file__)