私的AI研究会 > AIdemo
作成した各種「AI プログラム」を簡単に起動できるようにする
(py38_learn) python demo.py --cpu ------------------------------ | AI sample program (CPU) | ------------------------------ # conda environments: # base C:\Users\izuts\anaconda3 py38_learn * C:\Users\izuts\anaconda3\envs\py38_learn py38_learn_test C:\Users\izuts\anaconda3\envs\py38_learn_test Select input? 0 - 9 'enter'=終了 0: fase_pasing メークアップをシュミレーション 1: DLFS 人間の年齢による顔の変化 2: encoder4editing StyleGANを使った画像編集 3: CycleGAN 画像スタイル変換 4: stargan-v2 顔の合成 5: QMUPD 似顔絵生成 6: PAMA 画像に別の画像のスタイルを転送(静止画) 7: PAMA(movie) 画像に別の画像のスタイルを転送(動画) 8: BlendGAN 顔画像に様々なスタイルをブレンドする ------------------------------ | program end.. | ------------------------------
Windows の場合 「Power Shell」スクリプト作成
$name = @" *** AI GAN environment *** "@ Write-Host $name conda activate py38_learn Set-Location '/anaconda_win/workspace_2' python demo.py
Windows PowerShell Name : ConsoleHost Version : 5.1.22621.3958 InstanceId : 5bb5599b-387e-4b40-ba5b-97a42e5cf4e8 UI : System.Management.Automation.Internal.Host.InternalHostUserInterface CurrentCulture : ja-JP CurrentUICulture : ja-JP PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy DebuggerEnabled : True IsRunspacePushed : False Runspace : System.Management.Automation.Runspaces.LocalRunspace (base) PS D:\anaconda_win> gan_test.ps1 *** AI GAN environment *** ------------------------------ | AI sample program (GPU) | ------------------------------ # conda environments: # base C:\Users\izuts\anaconda3 py38_learn * C:\Users\izuts\anaconda3\envs\py38_learn py38_learn_test C:\Users\izuts\anaconda3\envs\py38_learn_test Select input? 0 - 9 'enter'=終了 0: fase_pasing メークアップをシュミレーション 1: DLFS 人間の年齢による顔の変化 2: encoder4editing StyleGANを使った画像編集 3: CycleGAN 画像スタイル変換 4: stargan-v2 顔の合成 5: QMUPD 似顔絵生成 6: PAMA 画像に別の画像のスタイルを転送(静止画) 7: PAMA(movie) 画像に別の画像のスタイルを転送(動画) 8: BlendGAN 顔画像に様々なスタイルをブレンドする : :