Git Product home page Git Product logo

aphirak / evalvid-tool Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 35.33 MB

Docker file for building evalvid toolset

License: GNU General Public License v3.0

Dockerfile 0.01% Shell 3.21% Makefile 2.69% C 77.91% C++ 6.47% HTML 3.20% Smalltalk 0.07% Batchfile 0.03% NSIS 0.03% Roff 0.49% Objective-C 3.11% CMake 0.02% M4 0.15% Perl 0.10% Assembly 2.03% Python 0.33% sed 0.01% DIGITAL Command Language 0.11% JavaScript 0.01% SAS 0.03%

evalvid-tool's Introduction

evalvid-tool

Docker file for building evalvid toolset

This is the repository for compiling Evalvid toolset source code. It uses the Docker environment, which is easy to deploy. Although the original evalvid source code cannot download from the official website (https://www.tkn.tu-berlin.de/research/evalvid/), there are currently three available links on the github: https://github.com/soohyunc/evalvid-2.7, https://github.com/lsiddd/evalvid, and https://github.com/janieltec/Evalvid-2.7. I choose the source code from https://github.com/soohyunc/evalvid-2.7 and do some modification and compilation as suggested on this website https://janieltec.wordpress.com/2017/01/09/how-install-the-evalvid-2-7/.

#To create the docker image:

  • git clone https://github.com/aphirak/evalvid-tool evalvid-tool
  • cd evalvid-tool
  • docker build evalvid/ -t "evalvidtool:latest" --target evalvid
  • docker build evalvid/ -f evalvid/Dockerfile.1204 -t "evalvidtool:12.04" --target evalvid
  • docker build evalvid/ -f evalvid/Dockerfile.1204 -t "evalvidtool:12.04-ffmpeg" --target evalvidffmpeg
  • docker build evalvid/ -f evalvid/Dockerfile.1404 -t "evalvidtool:14.04" --target evalvid
  • docker build evalvid/ -f evalvid/Dockerfile.1404 -t "evalvidtool:14.04-ffmpeg" --target evalvidffmpeg
  • docker build evalvid/ -f evalvid/Dockerfile.1604 -t "evalvidtool:16.04"

#To use the docker image (all compiled tools are in docker image):

  • docker run -it evalvidtool:latest /bin/bash

#To use the docker image with host directory (ex. from host:/home/aphirak/data mapping to docker:/data)

  • docker run -v /home/aphirak/data:/data -it evalvidtool:latest /bin/bash

Dockerhub

For anyone who would not like to build your own docker images, you can pull images from Docker hub. My personal Docker hub URL for evalvid toolset is located at https://hub.docker.com/r/aphirak/evalvidtool. Please feel free to use it.

June 5, 2020

evalvid-tool's People

Contributors

aphirak avatar

Watchers

 avatar

Forkers

pcumino

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.