Skip to content

SajjadPSavoji/CTracker

Repository files navigation

CTracker

Report is here.

My own presentation is here.

Video demos on MOT challenge test set

Organize MOT17 dataset

MOT17 dataset can be downloaded at MOTChallenge.

Annotations format

The CSV file with annotations should contain one annotation per line. Images with multiple bounding boxes should use one row per bounding box. Note that indexing for pixel values starts at 0. The expected format of each line is:

path/to/image.jpg,id,x1,y1,x2,y2,class_name

The MOT17 CSV file can be generated by generate_csv.py:

python generate_csv.py

Class mapping format

The class name to ID mapping file should contain one mapping per line. Each line should use the following format:

class_name,id

Indexing for classes starts at 0. Do not include a background class as it is implicit.

For example:

person,0

Acknowledgements

About

My implementationn of the Chained Tracker model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published