From 20bdeb8551308c51ef25cb9fcd595503ff87b296 Mon Sep 17 00:00:00 2001 From: Eric Pedley Date: Thu, 1 Feb 2024 12:35:03 -0800 Subject: [PATCH] Rearrange shape detection labels (#99) --- uavf_2024/imaging/imaging_types.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/uavf_2024/imaging/imaging_types.py b/uavf_2024/imaging/imaging_types.py index ee508ef6..2ce10707 100644 --- a/uavf_2024/imaging/imaging_types.py +++ b/uavf_2024/imaging/imaging_types.py @@ -20,18 +20,18 @@ SHAPES = [ "circle", - "cross", - "heptagon", - "hexagon", - "octagon", - "pentagon", - "quartercircle", "rectangle", - "semicircle", + "quartercircle", + "triangle", "square", + "pentagon", "star", + "cross", + "semicircle", + "octagon", + "heptagon", "trapezoid", - "triangle", + "hexagon", "person" ]