LoginSignup
3
4

More than 5 years have passed since last update.

webcamでpix2pix

Last updated at Posted at 2017-06-26

pix2pixはganのなかでも汎用力が高い。
これがリアルタイム処理がされると中々おもしろい。

ソース
https://github.com/memo/webcam-pix2pix-tensorflow

sudo pip install pyqtgraph

学習済みモデルの取得

https://github.com/memo/webcam-pix2pix-tensorflow/releases/tag/downloads
取得したデータをmodels以下のフォルダに移動

wget https://github.com/memo/webcam-pix2pix-tensorflow/releases/download/downloads/gart_canny_256.tar.gz

実行する

python webcam-pix2pix.py

スクリーンショット 2017-06-26 22.35.40.png

3
4
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
3
4