Skip to content

Perform image conversion of facade dataset with Pix2pix and ruby-dnn.

License

Notifications You must be signed in to change notification settings

unagiootoro/facade-pix2pix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

facade-pix2pix

Perform image conversion of facade dataset with Pix2pix and ruby-dnn.

image

Try

Preparing for required installation

Clone repository

$ git clone https://github.com/unagiootoro/facade-pix2pix

Start image conversion

$ ruby imgen.rb

When performing full training

$ ruby train.rb
$ ruby make_data.rb
$ ruby imgen.rb

Pix2pix

Pix2pix is a deep learning model mainly used for image conversion. The biggest feature of Pix2pix is that it can generate clear images. In normal image conversion, the pixel value determines how close the generated image is to the real image, but Pix2pix automatically learns the criteria for determining how close the generated image is to the real image. So, pixel values differ less in blurry images than in sharp images. Therefore, by performing learning that does not depend on pixel values, a clear image can be generated.

About

Perform image conversion of facade dataset with Pix2pix and ruby-dnn.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages