diff --git a/README.md b/README.md index fd2c158fb330d1cb281d53d2a4ca338e5b4438e6..140cf6bffdd09a26dd116dcc0e6da52e3869ad5c 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,14 @@ kinect_leap_dataset 数据集来源于以下paper项目组的贡献。 ``` ### 3、imagenet (使用“ILSVRC2012_img_train”数据集将原图裁剪后的部分数据集) -* 因为考虑到本身imagenet数据集很大所以进行了裁剪做了一个mini数据集,[数据集下载地址(百度网盘 Password: )]() -* 如果需要完整imagenet数据集可以从官网申请下载,官网地址:http://www.image-net.org/ +* 因为考虑到本身imagenet数据集很大所以进行了裁剪做了一个mini数据集,如有侵权请联系删除,[数据集下载地址(百度网盘 Password: )]() +* 具体分类看json信息即[imagenet_msg.json](https://codechina.csdn.net/EricLee/classification/-/blob/master/imagenet/imagenet_msg.json),"chinese_name"为类别中文名字,"doc_name"为数据集对应的每一类文件夹名字,前面的数字为模型的类别号从 "0"~"999"。 +* 如果需要完整imagenet数据集,请从官网申请下载,官网地址:http://www.image-net.org/ ``` -ImageNet is an image database organized according to the WordNet hierarchy (currently only the nouns), in which each node of the hierarchy is depicted by hundreds and thousands of images. The project has been instrumental in advancing computer vision and deep learning research. The data is available for free to researchers for non-commercial use. +ImageNet is an image database organized according to the WordNet hierarchy (currently only the nouns), +in which each node of the hierarchy is depicted by hundreds and thousands of images. +The project has been instrumental in advancing computer vision and deep learning research. +The data is available for free to researchers for non-commercial use. ``` ### 构建自己的数据集