API Reference

Distance

dist.iou_dist(bboxes_1, bboxes_2)

Compute the IoU distance between two batches of bounding boxes.

Metrics

MOTMetrics([clearmot_dist_threshold, …])

The class for computing MOT metrics.

Tracks

Tracks(ids, frame_nums, detections[, …])

A class representing objects’ tracks in a MOT setting.