# kalman-filter-in-single-object-tracking **Repository Path**: hanyongdong/kalman-filter-in-single-object-tracking ## Basic Information - **Project Name**: kalman-filter-in-single-object-tracking - **Description**: 卡尔曼滤波单目标跟踪-视频行人跟踪 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-05-01 - **Last Updated**: 2024-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kalman-filter-in-single-object-tracking A simple implementation of Kalman filter in single object tracking https://www.bilibili.com/video/BV1Qf4y1J7D4/ ![image](https://user-images.githubusercontent.com/43487003/132662896-7ded9343-39e0-474f-b8dc-0b63ca9b80ef.png) ## use 1.extract labels.7z in /data/labels labels every lines = [0,x1,y1,x2,y2] (left top,right bottom),0 is no use. 2.run main.py