Giter Site home page Giter Site logo

video-vectorization's Introduction

video-vectorization

Python Code: For the actual code, open [vectorization/code.py]

########## ##Inputs## ##########

Code.py script needs the following files as input:

  1. A .mp4 blackboard-style video file named 'input.mp4'
  2. A .png cursor template named 'cursor_1.png' (We will replace this requirement by dynamically looking for cursor type in a given video)

########### ##Outputs## ###########

The only output file used to recontruction is 'complete_strokes.txt' Other than that, we output some other files for debugging purposes to see what's going on in different stages of the process. Other output files are:

  1. folder named 'objects' contains objects detected by first pass
  2. folder named 'atomic objects' contains the objects further divided by connectivity
  3. file named 'background.png' contains the first frame of the video (We will augment this image once the scrolling function is written)
  4. file named 'cursor_positions.txt' contains cursor position for every single frame of the video
  5. file named 'object_list.txt' contains the bounding box, timestamp and color of every object detected in the first pass.

######## ##Demo## ########

Small Demo: http://icanmakemyownapp.com/ka_lite Updated Demo: icanmakemyownapp.com/ka_lite_updated/?id=1

video-vectorization's People

Contributors

jamalex avatar

Stargazers

 avatar Christian Memije avatar Azeem Ghumman avatar

Watchers

James Cloos avatar Azeem Ghumman 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.