cv实现过程中出现的问题及解决方法汇总

环境:ubuntu18.04
cuda 10.2
torch 1.2
tensorflow 2.0.0b0

ffmpeg

报错信息:RuntimeError: No ffmpeg exe could be found. Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.
解决方法:

  1. 重新pip命令安装ffmpeg
  2. 在本机安装ffmpeg应用程序。sudo apt-get install ffmpeg
    通过方法2 解决问题
posted @ 2020-05-04 11:44  CV卡卡西  阅读(295)  评论(0)    收藏  举报