10 comments

  • nullbyte3 minutes ago
    What a brilliant idea! is this all done locally? That's incredible.
  • mdrzn1 hour ago
    Very interesting (not for a dashcam, but for home monitoring).
  • emsign44 minutes ago
    Where is the Exit to this dystopia?
    • BrokenCogs27 minutes ago
      The Matrix style human pods: we live in blissful ignorance in the Matrix, while the LLMs extract more and more compute power from us so some CEO somewhere can claim they have now replaced all humans with machines in their business.
      • ting03 minutes ago
        Ever get the feeling that the universe is reading your mind? Maybe there's some truth to that after all.
      • throwup23814 minutes ago
        I was thinking more of the season 3 episode of Doctor Who titled <i>Gridlock</i> where everyone lives in flying cars circling a giant expressway underground, while all the upper class people on the surface died years ago from a pandemic.
  • kamranjon22 minutes ago
    Does anyone know of an open weights models that can embed video? Would love to experiment locally with this.
    • sohamrj3 minutes ago
      Not aware of any that do native video-to-vector embedding the way Gemini Embedding 2 does. There are CLIP-based models (like VideoCLIP) that embed frames individually, but they don&#x27;t process temporal video. you&#x27;d need to average frame embeddings which loses a lot.<p>Would love to see open-weight models with this capability since it would eliminate the API cost and the privacy concern of uploading footage.
  • ygouzerh1 hour ago
    That&#x27;s quite interesting, well done! I haven&#x27;t thought of this use case for embeddings. It open the door to quite many potential applications!
    • stavros1 hour ago
      Man, the surveillance applications for this are staggering.
  • SpaceManNabs15 minutes ago
    &gt; No transcription, no frame captioning, no intermediate text.<p>If there is text on the video (like a caption or wtv), will the embedding capture that? Never thought about this before.<p>If the video has audio, does the embedding capture that too?
    • sohamrj7 minutes ago
      Yes to both. The embedding is over raw video frames, so anything visible (text, signs, captions) gets captured in the vector. And Gemini Embedding 2 extracts the audio track and embeds it alongside the visual frames. So a query like &#x27;someone yelling&#x27; would theoretically match on audio. My dashcam footage doesn&#x27;t have audio though, so I haven&#x27;t tested that side yet.
  • 7777777phil41 minutes ago
    Today I learned that Gemini can now natively embed video..<p>Cool Project, thanks for sharing!
  • dev_tools_lab1 hour ago
    Nice use of native video embedding. How do you handle cases where Gemini&#x27;s response confidence is low? Do you have a fallback or threshold?
    • sohamrj1 hour ago
      as of now, no threshold but that is planned in the future.<p>for example, for now if i search &quot;cybertruck&quot; in my indexed dashcam footage, i don&#x27;t have any cybertrucks in my footage, so it&#x27;ll return a clip of the next best match which is a big truck, but not a cybertruck
  • Aeroi1 hour ago
    very cool, anybody have apparent use cases for this?
    • giozaarour24 minutes ago
      I think a good use case would be searching for certain products or videos across social media (TikTok and Instagram). especially useful for shopping, maybe
      • vidarh12 minutes ago
        Branding&#x2F;marketing monitoring companies would be all over this.
    • sohamrj52 minutes ago
      dashcam and home security footage are the 2 main ones i can think of.<p>a bit expensive right now so it&#x27;s not as practical at scale. but once the embedding model comes out of public preview, and we hopefully get a local equivalent, this will be a lot more practical.
    • hebelehubele40 minutes ago
      State surveillance
  • klntsky1 hour ago
    why not skip the text conversion? is it usable at all?
    • sohamrj1 hour ago
      gemini embedding 2 converts straight video to vectors. in this case, dashcam clips don&#x27;t have audio to transcribe and even if they did, it would be useless in the search
      • password432143 minutes ago
        What are the SoA audio models right now?