Multiple object tracking with head detection

As the development and flourishing of object detection, the tracking-by-detection method has been popular and well-studied. The tracking-by-detection method has been an effective and reliable way to track either a single object or multiple objects by reading in detection sequences. And among most tr...

全面介紹

Saved in:
書目詳細資料
主要作者: Xu, Yimin
其他作者: Lin Weisi
格式: Final Year Project
語言:English
出版: 2019
主題:
在線閱讀:http://hdl.handle.net/10356/78983
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: Nanyang Technological University
語言: English
實物特徵
總結:As the development and flourishing of object detection, the tracking-by-detection method has been popular and well-studied. The tracking-by-detection method has been an effective and reliable way to track either a single object or multiple objects by reading in detection sequences. And among most tracking problems, pedestrian tracking is the most popular and practical one. However, most tracking methods are based on a single detector, which results in loss of valuable image information, especially in pedestrian detection. In order to keep more information from raw images, this paper presents a simple yet relatively effective way to create an online multiple object tracking system reading from results of two detectors, namely, full-body detector and head detector. To evaluate the effectiveness of head detector, this tracking system is kept as fundamental as possible following the principle of Occam’s Razor. Therefore, a combination of two traditional yet powerful tools, Kalman filter and Hungarian algorithm, are adopted for motion model and data association, respectively. This tracking system is evaluated on detection results of a variety of scenarios and performs relatively good comparing to other tracking systems.