Skip to content

v0.2.1

Latest
Compare
Choose a tag to compare
@codeAshu codeAshu released this 27 Jun 17:55
· 10 commits to main since this release
123aef8

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

Full Changelog: v0.1.2...v0.2.1