Skip to content

Simple superresolution with autoencoder-like model

License

Notifications You must be signed in to change notification settings

kzkadc/superresolution_mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

シンプルな超解像

準備 (Chainer version)

Chainer, OpenCV, NumPyを使います。

インストール:

$ sudo pip install chainer opencv-python numpy

準備 (PyTorch version)

PyTorch, Ignite, OpenCV, NumPyを使います。

インストール:
PyTorch: 公式を参照してください。

$ sudo pip install pytorch-ignite opencv-python numpy

実行

$ python train-chainer.py
$ python train-pytorch.py

エポック数とGPU(使える場合)を指定できます。

$ python train-xx.py -e エポック数 -g GPUID

学習後、テストデータをモデルに入力した結果が画像として保存されます。

About

Simple superresolution with autoencoder-like model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages