utilities.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:Cocktail-Party-Problem 作者: vishwajeet97 项目源码 文件源码
def saveImages(image_list, name_list, path):
    """Saves the list of images in the folder specified by path"""
    i = 0
    for image in image_list:
        name = name_list[i]
        io.imsave(path + "/" + name + ".jpg", image)
        i += 1
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号