Skip to content

Deep learning final project, combining Mask R-CNN into Cycle-GAN to achieve better accuracy in style transfer.

Notifications You must be signed in to change notification settings

zach96guan/11-785_Project

 
 

Repository files navigation

11-785 Deep Learning Final Project

Cycle-GAN has achieved great results in style transfer. However, it is sometimes not precise enough. For example, as figure 1 demonstrates, if we want to transfer a horse to zebra, it applies the stripes to not only the horse body, but also the background, even the human riding the horse. Besides, the background of the image is also patternized with the strip and rendering a lower saturation than original one. We suppose Cycle-GAN could render better result if we provide it with a mask of the object that we want to apply style transfer on. It can be applied to resolve the ambiguity in the image for Cycle-GAN to generate more precise transformation. Our team plans to combine the two neural networks, by feeding in the segmentation of the input image (from Mask R-CNN), in addition to the input image, into Cycle-GAN to achieve better accuracy.

About

Deep learning final project, combining Mask R-CNN into Cycle-GAN to achieve better accuracy in style transfer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.1%
  • Other 0.9%