upgrade supervision to 0.22.0 and refine custom API usage
This commit is contained in:
18
supervision_utils.py
Normal file
18
supervision_utils.py
Normal file
@@ -0,0 +1,18 @@
|
||||
CUSTOM_COLOR_MAP = [
|
||||
"#e6194b",
|
||||
"#3cb44b",
|
||||
"#ffe119",
|
||||
"#0082c8",
|
||||
"#f58231",
|
||||
"#911eb4",
|
||||
"#46f0f0",
|
||||
"#f032e6",
|
||||
"#d2f53c",
|
||||
"#fabebe",
|
||||
"#008080",
|
||||
"#e6beff",
|
||||
"#aa6e28",
|
||||
"#fffac8",
|
||||
"#800000",
|
||||
"#aaffc3",
|
||||
]
|
Reference in New Issue
Block a user