Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## Dataset Description
|
| 2 |
+
|
| 3 |
+
Tiny ImageNet is a reduced version of the original ImageNet dataset, containing **200 classes** (a subset of the 1,000 ImageNet categories)
|
| 4 |
+
|
| 5 |
+
- **Homepage:** https://www.image-net.org/
|
| 6 |
+
## Citation
|
| 7 |
+
```bibtex
|
| 8 |
+
@inproceedings{deng2009imagenet,
|
| 9 |
+
title={ImageNet: A large-scale hierarchical image database},
|
| 10 |
+
author={Deng, Jia and others},
|
| 11 |
+
booktitle={CVPR},
|
| 12 |
+
year={2009}
|
| 13 |
+
}
|