- 博客(2)
- 收藏
- 关注
原创 “pip install git+https://github.com/XXX/XXX”报错
想安装GitHub中的小程序,结果频繁报错: (1)ERROR: Command errored out with exit status 128: git clone -q https://github.com… (2)DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pi
2021-05-08 15:43:09
29709
10
原创 python视频转字符图再转视频
感谢各位博主的帮助! import cv2 vidcap = cv2.VideoCapture(r'视频路径.mp4') success,image = vidcap.read() count = 0 success = True while success: success,image = vidcap.read() cv2.imwrite("pic/frame%d.jpg" % count, image) # save frame as JPG file if cv2.wai
2020-05-23 10:14:04
629
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅