Skip to content

Commit 940d525

Browse files
authored
Update README.md
1 parent 26565c8 commit 940d525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dataset Pre-processing
22

3-
## General Pre-processing
3+
## Generic Pre-processing
44
After downloading the dataset, please create a new folder named "images" under the folder "miniimagenet" or "cub", and put all images in this folder. The provided data loader will read images from the "images" folder by default. Of course, it is also OK to change the read path. For example, for the miniimagenet dataset, please change the line 10 of "./feat/dataloader/mini_imagenet.py" as the path of the downloaded images.
55

66
We assume all the images in the folder are the original ones (except a crop based on bounding boxes for CUB, see details below), and the data loader will do transformations on those raw images, such as resize and normalization. All the images will be resized as 84x84 for ConNet backbone, and 80x80 for ResNet backbone.

0 commit comments

Comments
 (0)