Skip to content

Commit 2ce1eb0

Browse files
committed
Add MOT papers DeepMOT and FairMOPT (WIP)
1 parent cdd3159 commit 2ce1eb0

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

paper_notes/deepmot.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# [DeepMOT: A Differentiable Framework for Training Multiple Object Trackers](https://arxiv.org/abs/1906.06618)
2+
3+
_July 2020_
4+
5+
tl;dr: Make Hungarian algorithm differentiable.
6+
7+
#### Overall impression
8+
Describe the overall impression of the paper.
9+
10+
#### Key ideas
11+
- Summaries of the key ideas
12+
13+
#### Technical details
14+
- Summary of technical details
15+
16+
#### Notes
17+
- [从(CVPR2020)DeepMOT和MPNTracker详谈端到端的数据关联 on Zhihu](https://zhuanlan.zhihu.com/p/130293417): Review of end to end data association
18+

paper_notes/fairmot.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# [FairMOT: A Simple Baseline for Multi-Object Tracking](https://arxiv.org/abs/2004.01888)
2+
3+
_July 2020_
4+
5+
tl;dr: Summary of the main idea.
6+
7+
#### Overall impression
8+
CenterNet backbone.
9+
10+
#### Key ideas
11+
- Summaries of the key ideas
12+
13+
#### Technical details
14+
- Summary of technical details
15+
16+
#### Notes
17+
- [Review on Zhihu](https://zhuanlan.zhihu.com/p/126558285)
18+

0 commit comments

Comments
 (0)