Datasets:
richwardle
commited on
Commit
•
889d19f
1
Parent(s):
e3545df
Update README.md
Browse files
README.md
CHANGED
@@ -6,3 +6,13 @@ size_categories:
|
|
6 |
- 10K<n<100K
|
7 |
---
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- 10K<n<100K
|
7 |
---
|
8 |
|
9 |
+
# Imagenet Mini Dataset
|
10 |
+
|
11 |
+
This dataset is a subset of the Imagenet validation set containing 26,000 images. It has been curated to have equal class distributions and all images have been resized to (224, 224) pixels.
|
12 |
+
|
13 |
+
## Citation
|
14 |
+
|
15 |
+
If you use this dataset in your research, please cite the original Imagenet dataset:
|
16 |
+
|
17 |
+
Deng, J., Dong, W., Socher, R., Li, L.-J., Li, K., & Fei-Fei, L. (2009). Imagenet: A large-scale hierarchical image database. In 2009 IEEE conference on computer vision and pattern recognition (pp. 248–255).
|
18 |
+
|