clscy / annotationtool

An annotation tool for easily annotating videos and sets of images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Annotation Tool

The Annotation Tool (AT) is an open source tool for easily annotating videos and sets of images.

Requirements

AT requires the following packeges to build:

  • OpenCV (< 3.0)
  • Boost
  • Qt4

How to build

AT works under Linux and Mac Os environments. We recommend a so-called out of source build which can be achieved by the following command sequence:

  • mkdir build
  • cd build
  • cmake ../
  • make -j<number-of-cores+1>

How to use

Once the build phase has been successfully, you can use AT by launching the annotationtool file, located in the bin folder.

For more information, you can visit the following link: here.

About

An annotation tool for easily annotating videos and sets of images.

License:GNU General Public License v2.0


Languages

Language:C++ 98.2%Language:C 1.1%Language:CMake 0.6%