Skip to content

gautamMalu/vatic_tracking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VATIC Tracking Module

This is module provides a skeleton for tracking code that can be integrated with vatic. It integrates with Python and C++, but it is meant to be easily extensible to other languages.

There are three types of trackers:

  • Forward trackers: For online tracking algorithms that take a single bounding box as input from the first frame. It then uses this first bounding box to track to the last frame.

  • Bidirectional trackers: This is for tracking algorithms that take a bounding box in the first and last frames as input and track between those two frames.

  • Full trackers: These algorithms take no bounding boxes as input and perform detection and tracking on an entire video.

About

A cpp library to be used with vatic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.4%
  • C++ 39.6%