Giter Site home page Giter Site logo

video-skimming's Introduction

Video-Skimming

Assignment 2, Deep Learning (ELL888) @ IIT Delhi

Problem Statement:

Lots of good quality educational videos are available on platforms like YouTube and NPTEL but students are not able to use them optimally since videos are not indexed properly. This assignment tries to deal with this problem. Have a look at this video: https://goo.gl/VTaz7h

You will notice that, in general, the professor writes on papers, removes that paper that is completely filled and then starts writing again on a new sheet. The aim of this assignment is to extract out those frame of a video which captures the full written content on a sheet of paper. Suppose the professor writes 7 sheets in one lecture, if we could get the frames capturing those 7 filled sheets, we will have almost all the information of what professor taught in that lecture in just 7 images. One hour video can be summarised using 7 images (Call these 7 frames as ‘key-frames’). Sometimes, instead of handwritten sheets, other mediums are used to teach in lectures (ppts, notepad etc), but the core problem is still the same, Extract minimum frames from videos which cover all the written content.

Dataset:

There are two folders, ‘frames’ and ‘labels’. ‘frames’ contains frames extracted from videos lectures and ‘lables’ contains csv corresponding to each lecture. 1 denotes ‘key-frames’ and 0 ‘non-key frames’.

Dataset Available at: https://goo.gl/ckZTTb

Evaluation Metric:

Metric used for evaluation would be F1-score. Also sometimes multiple consecutive frames will have the same content written on it, so the labels and detections can have a difference of 2 frames but still capture same information. To deal with this, if nth frame was labelled as key, the detection will be considered valid for any frame [n-2, n+2].

Implementation and Results:

Refer the report for details on implementations, experiments and results.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.