np.array 添加维度

来源:互联网 发布:js document 创建标签 编辑:程序博客网 时间:2024/05/29 09:59


img = np.arrary([img])

把[256, 256, 3]变成[1, 256, 256, 3]



原创粉丝点击