Wednesday, September 2, 2020

4 Steps to Building a Video Search System

As its name suggests, searching for videos by image is the process of retrieving from the repository videos containing similar frames to the input image. One of the key steps is to turn videos into embeddings, which is to say, extract the key frames and convert their features to vectors. Now, some curious readers might wonder what the difference is between searching for video by image and searching for an image by image? In fact, searching for the key frames in videos is equivalent to searching for an image by image.

You can refer to our previous article Building a Reverse Image Search System Based on Milvus and VGG if interested.



from DZone.com Feed https://ift.tt/3jGdsqa

No comments:

Post a Comment