NNVis.py 文件源码

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

项目:MLPractices 作者: carefree0910 项目源码 文件源码
def make_mp4(ims, name="", fps=20):
    print("Making mp4...")
    with imageio.get_writer("{}.mp4".format(name), mode='I', fps=fps) as writer:
        for im in ims:
            writer.append_data(bgr2rgb(im))
    print("Done")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号