We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab71e4 commit cdee239Copy full SHA for cdee239
README.md
@@ -0,0 +1,8 @@
1
+# SkipIntro
2
+Skip Intro feature of Netflix
3
+
4
+This repository contains a method of finding common subsequence between two videos in real time.
5
+It uses vgg-16 to calculate features of a given frame. Then using knn to find similar frames then
6
+finding commong subsequences.
7
8
+This code could be translated into cpp and then could be productionized.
0 commit comments