Skip to content
Andrés Solís Montero edited this page Apr 28, 2016 · 9 revisions

Welcome to the Annotate wiki!

Annotate is a OpenCV, C++ tool for the creation of ground-truth files using polygonal annotations. Annotate allows you to create a single or multiple annotations per frame in a sequence. Annotate provides next frame predictions for the location of the current selected annotations by using our tracking algorithm sKCF.

Annotate creates two executables files: annotate and extract.

  1. annotate allows the user to create annotations for a sequence
  2. extract process, displays and extracts the annotations to a folder.

For more details and usage please refer to this wiki pages.

Clone this wiki locally