-Using Python, we used a video clip from the first period of a game between the [Chicago Blackhawks and St. Louis Blues]( https://www.youtube.com/watch?v=_P9cXD2BqFU){:target="_blank"}, played on February 8th, 2025 at the Enterprise Center, broadcasted by Comcast Sports Network. Hockey is a fast-paced sport, so it’s unlikely that a logo will be 100% visible for more than a few seconds at a time. To solve this, we’ve written an algorithm that uses the Google model to first identify if a logo is in a given frame. We continue to track that logo over the next two frames to detect if the logo remains visible; if we capture 100% of a logo in three consecutive frames, we count the occurrence as one continuous logo detection. We ran a highlight video from the first quarter of this game and below is the total amount of seconds that each logo was shown over a 93 second video.
0 commit comments