Don't show any designator when active

This commit is contained in:
Nick Mowen 2022-06-23 12:50:47 -06:00
parent e3383e0bde
commit e475683b18

View File

@ -399,7 +399,7 @@ class CameraState:
box[2],
box[3],
obj["label"],
f"{'(Stat)' if obj['stationary'] else '(Actv)'} {obj['score']:.0%} {int(obj['area'])}",
f"{'(Stat)' if obj['stationary'] else ''} {obj['score']:.0%} {int(obj['area'])}",
thickness=thickness,
color=color,
)