Skip to content

Commit bbbaa17

Browse files
authored
update commonly used datasets.
1 parent 3f17a6f commit bbbaa17

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# deep learning object detection
22
A paper list of object detection using deep learning. I worte this page with reference to [this survey paper](https://arxiv.org/pdf/1809.02165v1.pdf) and searching and searching..
33

4-
*Last updated: 2019/01/14*
4+
*Last updated: 2019/01/26*
55

66
#### Update log
77
*2018/9/18* - update all of recent papers and make some diagram about history of object detection using deep learning.
88
*2018/9/26* - update codes of papers. (official and unofficial)
99
*2018/october* - update 5 papers and performance table.
1010
*2018/november* - update 9 papers.
1111
*2018/december* - update 8 papers and and performance table and add new diagram(**2019 version!!**).
12-
*2019/january* - update 4 papers and and add some informations.
12+
*2019/january* - update 4 papers and and add commonly used datasets.
1313

1414

1515
## paper list from 2014 to now(2019)
@@ -226,6 +226,26 @@ So i
226226
- **[CAMOU]** CAMOU: Learning Physical Vehicle Camouflages to Adversarially Attack Detectors in the Wild | Yang Zhang, et al. | **[ICLR' 19]** |[`[pdf]`](https://openreview.net/pdf?id=SJgEl3A5tm)
227227

228228

229+
230+
## Dataset Paper
231+
Statistics of commonly used object detection datasets. The Figure came from [this survey paper](https://arxiv.org/pdf/1809.02165v1.pdf).
232+
<p align="center">
233+
<img width="1000" src="/assets/deep_learning_object_detection_dataset.PNG" "Commonly used object detection datasets.">
234+
</p>
235+
236+
The papers related to datasets used mainly in Object Detection are as follows.
237+
238+
- **[ImageNet]** ImageNet: A Large-Scale Hierarchical Image Database | Jia Deng, et al. | **[CVPR' 09]** | [`[pdf]`](http://www.image-net.org/papers/imagenet_cvpr09.pdf)
239+
240+
- **[PASCAL VOC]** The PASCAL Visual Object Classes (VOC) Challenge | Mark Everingham, et al. | **[IJCV' 10]** | [`[pdf]`](http://host.robots.ox.ac.uk/pascal/VOC/pubs/everingham10.pdf)
241+
242+
- **[PASCAL VOC]** The PASCAL Visual Object Classes Challenge: A Retrospective | Mark Everingham, et al. | **[IJCV' 15]** | [`[pdf]`](http://host.robots.ox.ac.uk/pascal/VOC/pubs/everingham15.pdf)
243+
244+
- **[COCO]** Microsoft COCO: Common Objects in Context | Tsung-Yi Lin, et al. | **[ECCV' 14]** | [`[pdf]`](https://arxiv.org/pdf/1405.0312.pdf)
245+
246+
- **[Open Images]** The Open Images Dataset V4: Unified image classification, object detection, and visual relationship detection at scale | A Kuznetsova, et al. | **[arXiv' 18]** | [`[pdf]`](https://arxiv.org/pdf/1811.00982v1.pdf)
247+
248+
229249
## Contact & Feedback
230250

231251
If you have any suggestions about papers, feel free to mail me :)

0 commit comments

Comments
 (0)