Metadata-Version: 2.1
Name: pymoth
Version: 0.0.3
Summary: A package for handling MOTChallenge data sets
Home-page: https://github.com/samuelwestlake/pymoth
Author: Samuel Westlake
Author-email: s.t.westlake@cranfield.ac.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

pymoth (Multi-Object Tracking Handler) is designed to 
make information from MOTChallenge data set sequences easy to load and access in Python.
The pymoth object is a Namespace which stores a Sequence object for each set of labels in the data set.
Each sequence object contains of a number of Frames, each containing constituent Instance objects.
Instances can return information such as the bounding box, id number, and appearance patch.

