GithubHelp home page GithubHelp logo

bityangke / moviescope Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maximus009/moviescope

0.0 2.0 0.0 151 KB

Using movie trailers to identify Genre | Deep Learning for Video Classification

Python 100.00%

moviescope's Introduction

MovieScope

Idea is to extend video classification for identifying what the genre (romance, horror or action) of a movie is based on the trailer solely using visual features.
Currently, using only spatial CNN features (VGG), to extract features for every frame extracted.
Frame extraction can be a challenge in itself. Currently, sampling frame at a fixed timestep. Can also implement shot-boundary detection, and split the trailers into scenes which might (or not) be useful in training.

MovieScope is certainly, started with movie trailers, which are long videos compared to other videos used for activity classification and recognition. Will need to use recurrent networks and LSTMs as well Refer to branch "lstm" to see the implementation.


To run the code, first, make changes to the file config/resources.py with the appropriate directory.

Steps to run the program

  1. create_data.py ["need to run twice, one for train data, one for test data; will refine the Code"]
  2. create_model.py
  3. test_model.py

The program is pretty easy to use, plus the repo contains other auxilliary codes too.

This project was initiated as a class project for Computational Visual Recognition class at UVa (Fall 2016). The project is still under development.

Please contact [email protected] for any clarifications or questions.

moviescope's People

Contributors

maximus009 avatar gautam678 avatar

Watchers

James Cloos avatar Ke Young avatar

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.