- AI源码解读:数字图像处理案例(Python版)
- 李永华编著
- 87字
- 2022-07-27 17:26:14
AI源码解读.数字图像处理案例:Python版
2.3.1 数据预处理
数据集下载地址为http://images.cocodataset.org/zips/train2014.zip。COCO-train2014数据集包含12GB大小不同的图片8万张,提取训练卷积神经网络3万张,使用Numpy将数据转为.npy文件保存,相关代码如下:
数据集下载地址为http://images.cocodataset.org/zips/train2014.zip。COCO-train2014数据集包含12GB大小不同的图片8万张,提取训练卷积神经网络3万张,使用Numpy将数据转为.npy文件保存,相关代码如下: