Datasets:
Tasks:
Image Classification
Modalities:
Image
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1M - 10M
ArXiv:
License:
benjamin-paine
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -68,9 +68,9 @@ tags:
|
|
68 |
This repository contains a complete repack of [ILSVRC/imagenet-1k](https://huggingface.co/datasets/ILSVRC/imagenet-1k/) in Parquet format with the following data transformations:
|
69 |
|
70 |
1. Images were center-cropped to square to the minimum height/width dimension.
|
71 |
-
2. Images were then rescaled to 256x256 using
|
72 |
-
3. Images were then rescaled to 128x128 using
|
73 |
-
4. Images were then rescaled to 64x64 using
|
74 |
|
75 |
# Dataset Card for ImageNet
|
76 |
|
|
|
68 |
This repository contains a complete repack of [ILSVRC/imagenet-1k](https://huggingface.co/datasets/ILSVRC/imagenet-1k/) in Parquet format with the following data transformations:
|
69 |
|
70 |
1. Images were center-cropped to square to the minimum height/width dimension.
|
71 |
+
2. Images were then rescaled to 256x256 using Lanczos resampling. This dataset is available at [benjamin-paine/imagenet-1k-256x256](https://huggingface.co/datasets/benjamin-paine/imagenet-1k-256x256)
|
72 |
+
3. Images were then rescaled to 128x128 using Lanczos resampling. This dataset is available at [benjamin-paine/imagenet-1k-128x128](https://huggingface.co/datasets/benjamin-paine/imagenet-1k-128x128).
|
73 |
+
4. Images were then rescaled to 64x64 using Lanczos resampling.
|
74 |
|
75 |
# Dataset Card for ImageNet
|
76 |
|