Skip to content

yeedonghyun/MotionBlur_image_generation_withPix2Pix

Repository files navigation

Motion blur image generation with Pix2Pix

This repository shows how to create a model that uses the Pix2Pix algorithm to generate motion blur images.

I will be updating the training results, loss, training process, and more soon.

Setup

pip install tensorflow
pip install matplotlib
pip install IPython
pip insatll numpy
pip install -U scikit-image
pip install pillow

For Training

python train.py

For Generating

python inference.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages