Skip to content

Commit

Permalink
Merge pull request #1986 from jprokos26/collect-outputs
Browse files Browse the repository at this point in the history
`collect-outputs` util
  • Loading branch information
jprokos26 authored Nov 15, 2023
2 parents 7d0eeec + 23a11d3 commit c52d5bb
Show file tree
Hide file tree
Showing 5 changed files with 897 additions and 0 deletions.
5 changes: 5 additions & 0 deletions armory/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from armory.cli.tools.collect_outputs import collect_armory_outputs
from armory.cli.tools.generate_shapes import generate_shapes
from armory.cli.tools.log_current_branch import log_current_branch
from armory.cli.tools.plot_mAP_by_giou_with_patch_cli import (
Expand All @@ -13,4 +14,8 @@
plot_mAP_by_giou_with_patch_cli,
"Visualize the output of the metric 'object_detection_AP_per_class_by_giou_from_patch.'",
),
"collect-outputs": (
collect_armory_outputs,
"Convert runs from the output directory into tables",
),
}
Loading

0 comments on commit c52d5bb

Please sign in to comment.