benjamin-paine commited on
Commit
394b587
·
verified ·
1 Parent(s): 3bddaf1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ 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 one of two resampling methods; either a.) when the original width/height are divisible by 256, used nearest-neighbor resampling, or b.) otherwise, use bilinear resampling.
72
 
73
  # Dataset Card for ImageNet
74
 
 
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.
72
 
73
  # Dataset Card for ImageNet
74