Show HN: Semantic Video Search
11–19 of 19 posts
Re: Show HN: Semantic Video Search
#12Could I use something like this (or a library) to easily recognise enemy players that have shown up in frames? I would love to be able to automatically populate bookmarks of interesting moments in the match.
Re: Show HN: Semantic Video Search
#13Please post again when the Linux version is out! Will also be great if you create a command-line version.
Thanks for checking out. We are also working on SDK to make it easier to integrate with existing applications. Linux version is almost ready, just looking at ways to distribute dependencies a bit more easily.
Re: Show HN: Semantic Video Search
#14Looks pretty cool! I work for a large content company, we would maybe use this if it had: - A way to run in a container in linux - Or a REST API we could use to run it.
Re: Show HN: Semantic Video Search
#15Earlier quoted context omitted.
Thanks for checking out. We are also working on SDK to make it easier to integrate with existing applications. Linux version is almost ready, just looking at ways to distribute dependencies a bit more easily.
Nixpkg, w/ allowUnfree. If you try it I'd be interested in learning about your experience, as I'm looking into doing something similar early next year (distribution, not similar to the app itself).
Re: Show HN: Semantic Video Search
#16This is awesome. Would be great is i could use this across multiple video files and search in a library of files.
https://videohubapp.com/ && https://github.com/whyboris/Video-Hub-App
I have a branch that detects faces and extracts vectors, it's just a matter of aggregating them and creating a UI so users can search for videos by face (or by dropping an image with a face).
Re: Show HN: Semantic Video Search
#17I have an open source video player for esports coaches to review gameplay footage ( https://www.vodon.gg/ ) Could I use something like this (or a library) to easily recognise enemy players that have shown up in frames? I would love to be able to automatically populate bookmarks of interesting moments in the match.
I think interesting moments bookmarking is more of an open-ended problem and would very much depend on the game, but large computer-vision models like CLIP have proved to be really useful in recognizing general-purposes activities. You could sample frames uniformly from a game video, index them with a text-captioning model, then find/curate a subset of those captions based on your definition of interesting, and then use those curated captions to look for those moments in future videos, i think!
Re: Show HN: Semantic Video Search
#18Re: Show HN: Semantic Video Search
#19I have an open source video player for esports coaches to review gameplay footage ( https://www.vodon.gg/ ) Could I use something like this (or a library) to easily recognise enemy players that have shown up in frames? I would love to be able to automatically populate bookmarks of interesting moments in the match.
Video player looks cool! Even though this is based for badminton, i have found this one https://cvit.iiit.ac.in/research/projects/cvit-projects/badm... > quite interesting for sport analytics projects. I think interesting moments bookmarking is more of an open-ended problem and would very much depend on the game, but large computer-vision models like CLIP have proved to be really useful in recognizing general-purpose…