Is there a way to display multiple box annotation colours for different object detections based on multiple tracker ids? #200
Replies: 8 comments
-
Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap. |
Beta Was this translation helpful? Give feedback.
-
@ElNoSabe322 Thank you for reaching out. Currently, |
Beta Was this translation helpful? Give feedback.
-
@hardikdava Thank you for your reply! Yeah, I'm really looking forward to the new re-designed annotators, especially with the trail track annotation and the box mask annotation. Can't wait for the new Supervision version. 😁👏 |
Beta Was this translation helpful? Give feedback.
-
@ElNoSabe322 You might be interested in #49 . FYI: this feature will be available very soon. |
Beta Was this translation helpful? Give feedback.
-
Yeah, I cannot wait to see this feature in action. This will be a lifesaver!! 😌🙏 |
Beta Was this translation helpful? Give feedback.
-
I found a temporary workaround for this issue until the new update comes. @hardikdava should I close this issue or should I leave it open until the update includes this? |
Beta Was this translation helpful? Give feedback.
-
@ElNoSabe322 Thank you for your comments. You can leave this issue open. We will let you know when this feature is implemented. |
Beta Was this translation helpful? Give feedback.
-
Hi @ElNoSabe322 and @hardikdava, I'm doing supervision housekeeping. I'm converting this question into a discussion and moving it to the QA section. |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Question
First of all, thank you so much for Supervision. It is amazing.
So, in my object detection tracking, sometimes I track multiple objects and sometimes I track only one object. However, regardless of the case, I want to be able to display a unique bounding box colour based on the corresponding tracking ID.
As far as I know, there exists a method called
by_idx()
which returns a unique colour for one ID only. Is there a way to include multiple IDs for this?tracker_detections
is a supervision Detections object.Yes, I am getting an error in this code since
by_idx()
only supports a single integer and not an array of integers. Is there any workaround for this?Additional
No response
Beta Was this translation helpful? Give feedback.
All reactions