摘要: import torch from models.models import Model import cv2 from PIL import Image import numpy as np from matplotlib.animation import FFMpegWriter import 阅读全文
posted @ 2019-07-17 15:02 月亮下,六便士 阅读(2541) 评论(0) 推荐(0) 编辑
摘要: 1.基本格式终端输入: ffmpeg -f image2 -i /home/ttwang/images/image%d.jpg tt.mp4其中/home/ttwang/images/images%d.jpg 为图片路径图片的命名格式为image%d.jpg形式,即:image0 image1 im 阅读全文
posted @ 2019-07-17 13:47 月亮下,六便士 阅读(32673) 评论(2) 推荐(1) 编辑