
dl
flashbuffer
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Matplotlib 不能显示
UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.需要安装GUI库 比如qt5pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ pyqt5并且在 python 代码里使用GUI库import matplotlibmatplotlib.use("qt5Agg").原创 2021-09-13 23:13:55 · 198 阅读 · 0 评论 -
目标检测mp4 去b站下载 u-get
1)pip install you-get2)you-get -o c:\Users\dd\Videos\ https://www.bilibili.com/video/av321846803)for %i in (*.flv) do ffmpeg -i "%i" -c copy "%~ni.mp4" (flv 转 mp4)...原创 2020-01-01 00:42:12 · 663 阅读 · 0 评论 -
Netron
Netron is capable of viewONNX model.Today the qq pinyin input is not working.原创 2019-12-30 23:05:35 · 537 阅读 · 0 评论 -
openvino
重点是推断功能。含有训练的模型,视频加速等工具库和传统视频工具openCV等。原创 2019-12-27 23:32:34 · 138 阅读 · 0 评论