gunter1994 / Video-Summarization-with-Superframe-Segmentation

3 stars 1 forks source link

Video Summarization with Superframe Segmentation

Hi, I'm Hunter Thompson, and welcome to my github!

Here I will going off the basis of using my undergrad thesis project based in video-summarization with superframe segmentation

Setup

First obviously, your going to need to clone the githubs current master branch.

Once that is done make sure you have a few key things to run my code

If you wish to run my demo, you will need my static folder.

Simply download from here, and place in flask/app so that its flask/app/static. You will also need an additional python library.

Creating your own Demo

You will also need jquery inside of the static folder, just confirm the version number matches mine inside of index.html

What to run

In order to generate feature data, you will need the video dataset for SumMe, you can find everything about them on their website

Any other videos you would like to test just need to be placed inside the videos folder.

Generates feature data for just one selected video

Generates feature data for every video inside the videos folder

Generates interest ratings at a per frame level, than decides if a frame is selected or not, and saves 1 for yes or 0 for no to "interest.hdf5".

Runs a wrapper I build with for SumMes evaluation demo, generates an image displaying F-Measure over every video and comparing it to the human average.

Other files are simply contain helper functions.