2018年5月8日

python opencv 学习笔记

摘要: 图片缩放 image=cv2.imread('test.jpg') res=cv2.resize(image,(32,32),interpolation=cv2.INTER_CUBIC) cv2.imshow('iker',res) cv2.imshow('image',image) cv2.wai 阅读全文

posted @ 2018-05-08 17:32 Maddock 阅读(301) 评论(0) 推荐(0) 编辑

mxnet img2rec的使用,生成数据文件

摘要: train.lst文件格式 train.lst train.lst 阅读全文

posted @ 2018-05-08 15:24 Maddock 阅读(719) 评论(0) 推荐(0) 编辑

导航