• Cosmic Cleric
    link
    fedilink
    English
    -1
    edit-2
    10 months ago

    Having an AI search for shapes an opaqueness is still totally useless for a binary search if those semi-opaque shapes happen for 10 minutes 34 minutes into an hour long video

    Well one of those shapes would happen at the time of the event though, so it’s not useless. One of those would be a gunshot smoke, and could be flagged for review.

    Again, you’d just feed the whole video to an AI, you wouldn’t have it do a binary search

    One day, when computers and AI are powerful enough, this will be the answer, but even then I would like to think behind the scenes they would use a binary search to speed up the processing time.

    • @starman2112@sh.itjust.works
      link
      fedilink
      0
      edit-2
      10 months ago

      The time of the event doesn’t necessarily coincide with any of the times that you’re checking. That’s the whole point of looking for visual cues. Again, if the event happens 34 minutes into the video, and it leaves AI detectable visual cues for 10 minutes, the AI will never find it using binary search. It will skip to 30 minutes, see nothing, skip to 45 minutes, see nothing, skip to 52:30, see nothing, skip to 56:15, see nothing, and fail at some point when it can’t divide the video further. Binary search would fail in this scenario. It’s not just useless, it’s an abject failure, and the AI was a waste of processing power when you could have scrubbed forward five minutes at a time instead. That would have found the visual cue, but would not be a binary search.

      • Cosmic Cleric
        link
        fedilink
        English
        -110 months ago

        The time of the event doesn’t necessarily coincide with any of the times that you’re checking. That’s the whole point of looking for visual cues.

        But one of them potentially will though. A gun firing leave smoke behind.

        Even if there’s other smoke in the video, you’re looking at 5 minutes of a 24-hour video, and not scanning through 24 hours of a video manually. And an AI could use a binary search to find any moments of smoke (or not). Not saying it’s a one-size-fits-all solution, just one very important tool in a toolbox.

        I don’t mean to be rude, but I’m exhausted talking about this topic, and so if you don’t mind, I’m just going to bail at this point.

        Thanks for keeping it civil.

        • @starman2112@sh.itjust.works
          link
          fedilink
          0
          edit-2
          10 months ago

          If we’re talking about a 24 hour video, then we definitely can’t find every instance of smoke. If there isn’t any smoke exactly 12 hours into the video, then it throws away the entire first 12 hours. Any evidence that could have been found in those 12 hours is gone. A binary search throws away half of the information at a time. It super can’t locate multiple instances of something happening.

          I’ve been wrong in arguments before, it feels awful. The best things to do are either address the misunderstanding in the original comment, or not engage with anyone else who feels like arguing more. One thing I miss from Reddit was being able to toggle notifications on a per-comment basis.