Skip to content

Commit

Permalink
Merge pull request roboflow#465 from roboflow/feature/annotator-color…
Browse files Browse the repository at this point in the history
…-lookup-improvements

Update color mapping system in detection annotations
  • Loading branch information
SkalskiP authored Oct 13, 2023
2 parents 8cda753 + 476a31f commit 9ded70c
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 111 deletions.
2 changes: 1 addition & 1 deletion supervision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
MaskAnnotator,
TraceAnnotator,
)
from supervision.annotators.utils import ColorMap
from supervision.annotators.utils import ColorLookup
from supervision.classification.core import Classifications
from supervision.dataset.core import (
BaseDataset,
Expand Down
Loading

0 comments on commit 9ded70c

Please # to comment.