Skip to content

Latest commit

 

History

History
 
 

video_similarity_search

Video search system based on Milvus

Try notebook

  • In this notebook we will be going over the code required to perform similar video search. This example uses a VGG model to extract image features that are then used with Milvus to build a system that can perform the searches.

How to Deploy

  • Here is the quick start for a deployable version of a similar video search system.
  • In addition, there is quick start about video object detection.