AI源码解读.数字图像处理案例:Python版

2.3.1 数据预处理

数据集下载地址为http://images.cocodataset.org/zips/train2014.zip。COCO-train2014数据集包含12GB大小不同的图片8万张,提取训练卷积神经网络3万张,使用Numpy将数据转为.npy文件保存,相关代码如下: