Bag of ML Words

ML = Machine Learning, Music Love, and Miscellaneous things in daily Livings

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

OpenCV python wrapper install on Ubuntu 14.04 (w/ anaconda)

I tried many and finally succeeded in installing OpenCV python wrapper on Ubuntu 14.04. I use the Anaconda package for the main python library, thus all python-related dependencies would watch for the Anaconda package directory. That was t…

Python: 外部コマンドの呼び出し方

普段はos.system('command')を使っていたのですが、 pythonで外部のシェルスクリプトやコマンドを実行する方法 - Qiita pythonで外部のシェルスクリプトやコマンドを実行する方法 - Qiita これによると、commandsパッケージ使ったほうがいいみたいですね。 …