Skip to content

pallavig/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Streaming library

Steps for data setup


  • Create directory structure using following commands :-

    $ mkdir -p /usr/local/data/tmt/frames/input
    $ mkdir -p /usr/local/data/tmt/frames/output
    $ mkdir -p /usr/local/data/tmt/movies/input
    $ mkdir -p /usr/local/data/tmt/movies/output
  • Copy images in /usr/local/data/tmt/frames/input directory.

  • Copy movies in /usr/local/data/tmt/movies/input directory.

Steps for running tests


  • Goto the project directory.

  • Checkout the demo branch of the project.

    $ git checkout demo
  • Get all dependencies.

    $ ./activator update
  • Compile the project.

    $ ./activator compile
  • Run tests.

    $ ./activator test

About

knowing how git works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors