Skip to content

Commit b8b27d6

Browse files
authored
Update README.md
1 parent 74521de commit b8b27d6

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,27 @@ A paper list of object detection using deep learning. I worte this page with ref
1212
*2019/january* - update 4 papers and and add commonly used datasets.
1313
*2019/february* - update 2 papers.
1414

15-
## paper list from 2014 to now(2019)
15+
## Table of Contents
16+
- [Paper list from 2014 to now(2019)](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#paper-list-from-2014-to-now2019)
17+
- [Performance table](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#performance-table)
18+
- papers
19+
- [2014](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#2014)
20+
- [2015](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#2015)
21+
- [2016](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#2016)
22+
- [2017](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#2017)
23+
- [2018](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#2018)
24+
- [2019](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#2019)
25+
- [Dataset Papers](https://github.com/hoya012/deep_learning_object_detection/blob/master/README.md#dataset-papers)
26+
27+
## Paper list from 2014 to now(2019)
1628
The part highlighted with red characters means papers that i think "must-read".
1729
However, it is **my personal opinion** and other papers are important too, so I recommend to read them if you have time.
1830

1931
<p align="center">
2032
<img width="1000" src="/assets/deep_learning_object_detection_history.PNG" "Example of object detection.">
2133
</p>
2234

23-
## performance table
35+
## Performance table
2436

2537
FPS(Speed) index is related to the hardware spec(e.g. CPU, GPU, RAM, etc), so it is hard to make an equal comparison. The solution is to measure the performance of all models on hardware with equivalent specifications, but it is very difficult and time consuming.
2638
So i
@@ -231,7 +243,7 @@ So i
231243

232244

233245

234-
## Dataset Paper
246+
## Dataset Papers
235247
Statistics of commonly used object detection datasets. The Figure came from [this survey paper](https://arxiv.org/pdf/1809.02165v1.pdf).
236248
<p align="center">
237249
<img width="700" src="/assets/deep_learning_object_detection_dataset.PNG" "Commonly used object detection datasets.">

0 commit comments

Comments
 (0)