未验证 提交 6be63583 编写于 作者: L littletomatodonkey 提交者: GitHub

Update data_en.md

上级 9bf47ca0
...@@ -18,16 +18,20 @@ Please follow the steps mentioned below to organize data, include train_list.txt ...@@ -18,16 +18,20 @@ Please follow the steps mentioned below to organize data, include train_list.txt
```shell ```shell
# delimiter: "space" # delimiter: "space"
# the following the content of train_list.txt
ILSVRC2012_val_00000001.JPEG 65 train/n01440764/n01440764_10026.JPEG 0
... ...
# the following the content of val_list.txt
val/ILSVRC2012_val_00000001.JPEG 65
...
``` ```
### ImageNet1k ### ImageNet1k
After downloading data, please organize the data dir as below After downloading data, please organize the data dir as below
```bash ```bash
PaddleClas/dataset/imagenet/ PaddleClas/dataset/ILSVRC2012/
|_ train/ |_ train/
| |_ n01440764 | |_ n01440764
| | |_ n01440764_10026.JPEG | | |_ n01440764_10026.JPEG
...@@ -44,6 +48,7 @@ PaddleClas/dataset/imagenet/ ...@@ -44,6 +48,7 @@ PaddleClas/dataset/imagenet/
|_ train_list.txt |_ train_list.txt
|_ val_list.txt |_ val_list.txt
``` ```
### Flowers102 Dataset ### Flowers102 Dataset
Download [Data](https://www.robots.ox.ac.uk/~vgg/data/flowers/102/) then decompress: Download [Data](https://www.robots.ox.ac.uk/~vgg/data/flowers/102/) then decompress:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册