JunnHan / MOTPapers

0 stars 1 forks source link

MOTPapers

多目标跟踪论文复习与总结

目标检测

  1. End-to-End Object Detection with Transformers
    [code, ECCV2020]
  2. DETR for Crowd Pedestrian Detection
    [code]
  3. Deformable DETR: Deformable Transformers for End-to-End Object Detection
    [code]

多目标跟踪

  1. Chained-Tracker: Chaining Paired Attentive Regression Results for End-to-End Joint Multiple-Object Detection and Tracking
    [code, ECCV2020]
  2. Track to Detect and Segment: An Online Multi-Object Tracker
    [code, CVPR2021]
  3. Learning a Proposal Classifier for Multiple Object Tracking
    [code, CVPR2021]
  4. Multiple Object Tracking with Correlation Learning

实例分割

  1. End-to-End Video Instance Segmentation with Transformers
    [code, CVPR2021 Oral]

重识别

  1. TransReID: Transformer-based Object Re-Identification

相关拓展

  1. Attention Is All You Need
    [code, NIPS2017]