目标追踪
- Object tracking
卡尔曼滤波
ByteTrack
-
- c++ 实现时使用了 Eigen向量库, Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
-
- IOU = 两个矩形交集的面积 / 两个矩形的并集面积, 详见 intersection-over-union-iou
public:cs:object_tracking