Skip to content

Commit

Permalink
Rearrange shape detection labels (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPedley authored Feb 1, 2024
1 parent e9495c3 commit 20bdeb8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions uavf_2024/imaging/imaging_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]

Expand Down

0 comments on commit 20bdeb8

Please sign in to comment.