1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

写真にお化粧できる。BeautyGANを手元で試してみました!

Last updated at Posted at 2020-08-07

result (1).jpg
学習させたお化粧(上の行)を、入力顔にほどこせるというもの。

クローンしてくる。

git clone https://github.com/Honlan/BeautyGAN.git

TesorflowとTensorBoardの1.9が必要なので、インストールする。

pip uninstall -y tensorflow
pip install tensorflow==1.9
pip uninstall tensorboard
pip install tensorboard==1.9

リポジトリのリンクからトレーニング済みのモデルをダウンロード。
プロジェクトディレクトリ配下にmodelディレクトリを作ってトレーニング済みモデルを入れる。

変換したい画像を指定して実行すると、resultとして出力される。

python main.py --no_makeup 'imgs/no_makeup/inputImage.png'

Core MLを使ったアプリを作っています。
機械学習関連の情報を発信しています。
Twitter
[MLBoysチャンネル]
(https://www.youtube.com/channel/UCbHff-wfjTnB3rtXIP6y0xg)
Medium

相棒
note

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?