diff --git a/docs/en/tutorials/data_en.md b/docs/en/tutorials/data_en.md index 1bf7d6fb0ba7ecdd0fa94abcc3b41618e3a89e3b..eae2e6f970d3e125eb79cd5af8d731f16b02fc36 100644 --- a/docs/en/tutorials/data_en.md +++ b/docs/en/tutorials/data_en.md @@ -18,16 +18,20 @@ Please follow the steps mentioned below to organize data, include train_list.txt ```shell # delimiter: "space" - -ILSVRC2012_val_00000001.JPEG 65 +# the following the content of train_list.txt +train/n01440764/n01440764_10026.JPEG 0 ... +# the following the content of val_list.txt +val/ILSVRC2012_val_00000001.JPEG 65 +... ``` + ### ImageNet1k After downloading data, please organize the data dir as below ```bash -PaddleClas/dataset/imagenet/ +PaddleClas/dataset/ILSVRC2012/ |_ train/ | |_ n01440764 | | |_ n01440764_10026.JPEG @@ -44,6 +48,7 @@ PaddleClas/dataset/imagenet/ |_ train_list.txt |_ val_list.txt ``` + ### Flowers102 Dataset Download [Data](https://www.robots.ox.ac.uk/~vgg/data/flowers/102/) then decompress: