1.find the pyrcc4.exe path: C:\Anaconda2\Library\bin
2.cmd: pyrcc4 -o resources.py resources.qrc
3.after generate the resources.py,then cmd:python labelImg.py
if we not install the cv2 , then we copy the prebuild pyc from
opencv\build\python\2.7\x64\/(either x86 or x64, depending on your Anaconda version)/cv2.pyd
to C:\Anaconda\Lib\site-packages
4.To get ffmpeg within opencv to work, you'll have to add the directory that ffmpeg is located in to the path (e.g., opencv/sources/3rdparty/ffmpeg).
Then you'll have to find the dll in that folder (e.g., opencv_ffmpeg_64.dll) and copy or rename it to a filename
that includes the opencv version you are installing, (e.g., opencv_ffmpeg249_64) for 2.4.9.
相关文章
- C:\Windows\system32> npm install -g @vue/cli npm WARN deprecated request@2.88.2: request has been de
- windows终端输入pip install requests报错:Fatal error in launcher
- Windows8.1安装tools提示:安装程序无法验证是否已安装所需的Microsoft更新KB2919355的问题详解
- 基于Linux 的VM TOOLS Install
- visual studio 2013 for windows desk报error MSB8020: The build tools for v141错误
- Mac解决:xcode-select: error: command line tools are already installed, use "Software Update" to install updates
- How to install Windows 7 SP1 on Skylake
- Install MongoDB on Windows
- windows rails new demo时候出错Make sure that `gem install mysql2 -v '0.3.15'` succeeds before bundling.
- How to install Apache Server on Windows