I am Charmie

メモとログ

2016-03-01から1ヶ月間の記事一覧

OpenCV 3.1.0 prebuilt binary

Please use OpenCV 3.1.0 prebuilt binary provided at github, not at sourceforge. The one provided at sourceforge has some problem. Double clicking the exe file, I got an error message saying that can not open file "***/opencv-3.1.0.exe" as …

Notes on OpenCV-Python on Ubuntu

If PYTHON2_NUMPY_INCLUDE_DIRS is not found, python bindings for python2.7 is not generated. Couldn't compile with FFMPEG=ON. Turned off the flag. BUILD_opencv_python2=ON BUILD_opencv_python3=ON OPENCV_EXTRA_MODULES_PATH="CONTRIB_DIR/module…

highgui related issues of OpenCV-Python on Ubuntu 14.04

OpenCV-Python always crashed when I used highgui related functions. With Spyder, we can see only kernel crash, so I had no idea what happened. When I ran a problem from terminal, I got an error message that This application failed to start…

OpenCV 3.1.0 for Python: installation on Windows

OpenCV 3.1.0をPython 2.7から使うためのインストール手順 OpenCVのインストールはめんどくさいのでプレビルトライブラリを使う.opencv_contribの便利機能を使いたい場合は自前でコンパイルする必要がある. 前提条件: Anacondaを使ってPython2.7がインスト…

Install Theano on Windows

[code lang="bash"] Install MinGW compiler conda install mingw libpython Install Theano pip install theano [/code]

Install TensorFlow on Linux

[code lang="bash"] pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp27-none-linux_x86_64.whl check installed version python -c "import tensorflow; print(tensorflow.version);" [/code]

install Chainer on Windows

install Microsoft Visual C++ Compiler for Python 2.7 from here install Chainer by pip install chainer

apt-get update error due to Chrome

edit /etc/apt/sources.list.d/google-chrome.list as a superuser change the line as deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main then start the update sudo apt-get update