First Steps with Videotagger

This page explains how to install and run videotagger on your operation system.

Click on the bottons below to move to the section of the step-by-step guide you are interested in.

Intro » Install » Run » Example Video » Manual (PDF) Github repository

Install Videotagger

Install Anaconda

Download Anaconda with Python 2.7 for Windows

Install Videotagger

Open Anaconda Command Prompt

Start-menu -> type: "Anaconda Command Prompt" -> enter

Install

Copy and paste into command prompt:

conda install -c https://conda.anaconda.org/groakat videotagger

press y to confirm installation

Install Anaconda

Download Anaconda with Python 2.7 for OSX

Install Videotagger

Open any terminal

cmd + space type:

terminal

Install Videotagger

Copy and paste into command prompt:

conda install -c https://conda.anaconda.org/groakat videotagger

press enter to start installation

when prompted, press y to confirm installation

Install Anaconda

Download Anaconda with Python 2.7 for Linux

Install Videotagger

Copy and paste into command prompt:

conda install -c https://conda.anaconda.org/groakat videotagger

press enter to start installation

when prompted, press y to confirm installation

Continue reading..

Intro » Install » Run » Example Video » Manual (PDF) Github repository