Skip to content

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

Notifications You must be signed in to change notification settings

lukaswals/cpp-gog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published