Coder Social home page Coder Social logo

ihsan149 / eva-vidoe-labling-software Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 374 KB

Video Labeling software for detection and tracking in videos

License: BSD 2-Clause "Simplified" License

Dockerfile 0.33% Python 69.04% Shell 1.31% Batchfile 0.08% JavaScript 12.26% CSS 2.92% HTML 14.06%

eva-vidoe-labling-software's Introduction

EVA: Video Annotation Tool

EVA is a web-based tool for efficient annotation of videos and image sequences. It is a re-design of BeaverDam with additional tracking capabilities. The annotation is done on a bounding box level and the labels can be exported in YOLO or Pascal VOC format.

Setup

Windows:

Requirements:

Install:

git clone https://github.com/Ericsson/eva.git
cd eva
python -m pip install --upgrade pip
pip install virtualenv
virtualenv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
python manage.py preparetracker
python manage.py migrate
python manage.py collectstatic

Extract ffmpeg archive and copy ffmpeg.exe, from the bin folder, to the root of the tool\ folder e.g. if you clone the repository as eva place the ffmpeg.exe inside eva\.

Start the app by running the start.bat file. In Chrome or Firefox go to http://127.0.0.1:8000/.

Linux:

Requirements:

  • Python 3.6, redis, ffmpeg, g++.
  • Browser: Google-Chrome Version > 49.0, Firefox Version > 45.0

Install:

git clone https://github.com/Ericsson/eva.git
cd eva
pip3 install virtualenv
python3 -m virtualenv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python manage.py preparetracker
python manage.py migrate
python manage.py collectstatic

Start the app by running the start.sh file. In Chrome or Firefox go to http://127.0.0.1:8000/.

Docker:

Run using docker-compose

First run the following commands to initialize the tool. These only have to be run once, but if the tool is updated they should be repeated.

docker-compose build
docker-compose run eva python3 manage.py migrate
docker-compose run eva python3 manage.py collectstatic

Start the app by running:

docker-compose up

In Chrome or Firefox open the http link: http://127.0.0.1:8000/

Changing parameters:

You can change the parameters of the tracker by editing cfg/KCF_config.yml.

Acknowledgement:

Thanks to Ludwig Thaung for his contribution in building the EVA tool.

eva-vidoe-labling-software's People

Contributors

ihsan149 avatar

Stargazers

ParkGyuMin avatar

Watchers

 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.