Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 451 Bytes

200402 Tracking by Instance Detection.md

File metadata and controls

7 lines (4 loc) · 451 Bytes

https://arxiv.org/abs/2004.00830

Tracking by Instance Detection: A Meta-Learning Approach (Guangting Wang, Chong Luo, Xiaoyan Sun, Zhiwei Xiong, Wenjun Zeng)

object detector를 가져와서 MAML로 새로운 샘플에 대해 빠르게 학습할 수 있도록 학습시킨 다음, 새로운 타겟에 대해 타겟을 주고 학습시켜서 이후 프레임의 타겟을 bounding box를 검출해서 트래킹하는 방법.

#tracking #meta_learning