lukaswals / cpp-gog

C++ implementation of the GOG Tracker published on CVPR 2011

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-gog

C++ implementation of the GOG Tracker. It can be used on it's own, or plugged into the UA-DETRAC toolkit for evaluation. For more information about the tracker, please refer to the the following links:

Supported OS

  • Windows

Requeriments

There's only one requeriment at the moment

  • opencv - For viewing and saving tracking results on image file. Tested with version >= 3

Usage

The tracker can receive the input of any of the provided detections in UA-DETRAC (CompACT, R-CNN, ACF, DPM), and also from YOLO detector. The command is as follow:

cppGOG <sequence> <input_folder> <detector_type> <detection_file> <output_folder>

where <detector_type> can take the values "DETRAC" or "YOLO"

Authors of Original Implementation

  • Hamed Pirsiavash
  • Deva Ramanan
  • Charless C. Fowlkes

About

C++ implementation of the GOG Tracker published on CVPR 2011


Languages

Language:C++ 62.4%Language:C 32.7%Language:MATLAB 4.9%