mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-07-08 05:10:09 +02:00
Sort summary by class name
This commit is contained in:
parent
00961132a9
commit
c67d9cbba0
@ -73,7 +73,7 @@ def summary(
|
||||
|
||||
summary = compute_class_summary(dataset, targets)
|
||||
|
||||
print(summary.to_markdown())
|
||||
print(summary.sort_values("class_name").to_markdown())
|
||||
|
||||
|
||||
@data.command(short_help="Convert dataset config to annotation set.")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user