richwardle commited on
Commit
e3545df
·
verified ·
1 Parent(s): f73ee4d

Create README.md

Browse files

# Imagenet Mini Dataset

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.

## Citation

If you use this dataset in your research, please cite the original Imagenet dataset:

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).

Files changed (1) hide show
  1. README.md +8 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - image-feature-extraction
5
+ size_categories:
6
+ - 10K<n<100K
7
+ ---
8
+