Skip to content

ankit204/cmt_annotator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmt_annotator

Simple dataset generation tool built over CMT (online tracking algorithm: https://www.gnebehay.com/cmt/).

To generate a dataset, run it by passing the directory containing .jpg images as command line argument:

$ python run.py ~/ImageFolder

The run should generate a labels file and a directory frames. labels are indexed by unique ids and correspond to the frame present in frames. The other four parameter in the frame indicate x and y co-ordinates of top-left and bottom-right of the bounding box.

Remove any inconsistencies between labels and frames by issuing the following command:

$ python label_check.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages