ultralytics 8.2.10 add Classify and OBB Tasks to Results.summary() (#11653)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: Laughing-q <1185102784@qq.com>
This commit is contained in:
parent
f2f1afd269
commit
9d48190e6d
5 changed files with 46 additions and 53 deletions
|
|
@ -53,6 +53,7 @@ TASK2METRIC = {
|
|||
"pose": "metrics/mAP50-95(P)",
|
||||
"obb": "metrics/mAP50-95(B)",
|
||||
}
|
||||
MODELS = {TASK2MODEL[task] for task in TASKS}
|
||||
|
||||
ARGV = sys.argv or ["", ""] # sometimes sys.argv = []
|
||||
CLI_HELP_MSG = f"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue