Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 346 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 346 Bytes

SkipIntro

Skip Intro feature of Netflix

This repository contains a method of finding common subsequence between two videos in real time. It uses vgg-16 to calculate features of a given frame. Then using knn to find similar frames then finding commong subsequences.

This code could be translated into cpp and then could be productionized.