Deep Learning

提供:kuhalaboWiki
(版間での差分)
移動: 案内, 検索
(chainer-gogh)
(chainer-gogh)
55行: 55行:
 
python3 chainer-gogh.py -i sample_images/contents8.jpg -s sample_images/style.jpg -o save_images -g -1
 
python3 chainer-gogh.py -i sample_images/contents8.jpg -s sample_images/style.jpg -o save_images -g -1
 
</pre>
 
</pre>
 +
 +
*最終的な画像サイズは512*512ピクセル以下に縮小
 +
*コンテンツ画像はJPG または PNG
 +
*コンテンツ画像は 500-1000ピクセル程度のサイズに
 +
*スタイル画像も 500-1000ピクセル程度のサイズに
  
 
== Virtualbox ==
 
== Virtualbox ==

2017年11月23日 (木) 23:38時点における版

目次

環境設定

MacOSのLinuxで。

開発環境整備

  • homebrew
  • pnenv
  • Phthon
    • anaconda2
    • anaconda3
  • pip

Python3 とpip3のインストール

sudo apt install python3 python3-pip


Chainer

MacOSで

$ ./run.sh

Chainerのインストール

pip3 install chainer

chainer-gogh

chainer-goghのインストール https://github.com/mattya/chainer-gogh.git

git clone https://github.com/mattya/chainer-gogh.git

学習済みモデルのダウンロード

wget https://www.dropbox.com/s/0cidxafrb2wuwxw/nin_imagenet.caffemodel

chainer-gogh.pyの書式

python3 chainer-gogh.py [-m MODEL] -i CONTENS.jpg -s STYLE.jpg -o OUTPUT_DIR -g GPU_NUM [--width SIZE]

chainer-gogh.pyの実行例

python3 chainer-gogh.py -i sample_images/contents8.jpg -s sample_images/style.jpg -o save_images -g -1
  • 最終的な画像サイズは512*512ピクセル以下に縮小
  • コンテンツ画像はJPG または PNG
  • コンテンツ画像は 500-1000ピクセル程度のサイズに
  • スタイル画像も 500-1000ピクセル程度のサイズに

Virtualbox

Oracle VM VirtualBoxで仮想マシン上にUbuntuを入れる。 https://www.virtualbox.org/

仮想マシンイメージUbuntuAIのダウンロード https://book.impress.co.jp/books/1116101162

VirtualBoxで共有フォルダにアクセス権限がないとのエラーが出る場合は、以下の通り。

sudo gpasswd -a ユーザ名 vboxsf

Ubuntuのアップデート

sudo apt update

TensorFlow

個人用ツール
名前空間

変種
操作
案内
ツールボックス