Announcing the Latest Innovations in VideoDB!
We’re excited to share a major update to VideoDB’s scene index. We’re now out of beta and available to everyone!
Quick Start Guide
Check out https://docs.videodb.io/scene-index-documentation-80 for a comprehensive guide. Here's a quick summary of the updates :
Scene-Level Abstraction of Videos
Scene index adds a new scene-level abstraction to your videos. In this release we introduce two new classes - Scene
and Frame
. Read more about them here: https://docs.videodb.io/advanced-visual-search-pipelines-82#_lu6cY
Custom Annotations
Bring your own scene descriptions and annotations using scene.describe() or frame.describe() function, or directly assign using
scene.description = "pass your annotation here"
Playground for Prompts and Scene Detection Algorithms
Experiment and fine-tune your extraction algorithms and prompts with extract_scenes()
function and scene.describe()
functions.
Advanced Pipelines with Custom Vision Models
Leverage our Advanced Visual Search Pipelines, now supporting integration with custom vision models of your choice. Enhance the accuracy and efficiency of your video analysis with this added flexibility.
We’re eager to hear your feedback and suggestions for improvement.🫡Thanks for being a part of our journey towards AI first video infra!
What's Changed
- Feat/add vision interface by @ankit-v2-3 in #19
- Fix/vision and search interface by @ankit-v2-3 in #20
- fix: remove force by @ankit-v2-3 in #21
Full Changelog: v0.1.2...v0.2.1