diff --git a/README.md b/README.md index fdfd6ff0691b6bc6ed45a87ba63f59b0a6d80b78..db9d6b96e9554c06688c57b89c9d0958d92bc44d 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ ## 数据集 ### 1、Stanford Dogs 数据集 + + ![image_dogs](https://codechina.csdn.net/EricLee/classification/-/raw/master/samples/dogs.png) + * 采用"Stanford Dogs Dataset"数据集官方地址:http://vision.stanford.edu/aditya86/ImageNetDogs/ * 本文将该数据集的标注文件更改为xml格式,[数据集下载地址(百度网盘 Password: ks87 )](https://pan.baidu.com/s/1tT0wF4N2I9p5JDfCwtM1CQ) * 通过运行read_datasests.py,可以对数据的标注信息进行解析可视化。 diff --git a/samples/dogs.png b/samples/dogs.png new file mode 100644 index 0000000000000000000000000000000000000000..3fc33cce294d34a18b0b76cb0edab11f8186deaf Binary files /dev/null and b/samples/dogs.png differ