VideoVisualizer concistent labeling across frames? #3654
Unanswered
tamis-laan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run detectron on a video with the visualizer to create a small demo. However the labeling is not consistent across frames. Each object in each consecutive frame is labeled with a different color causing a disco effect.
I thought by switching to the
VideoVisualizer
object labeling would be more consistent, but I get the same problem:I'm finding the documentation on this subject rather sparse. Is it even possible to get consistent labeling between frames?
And if not, what it the purpose of the
VideoVisualizer
compared to the regularVisualizer
?Beta Was this translation helpful? Give feedback.
All reactions