Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.11 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.11 KB

Image Style Transfer

A project that can compose an image into a cartoon or the style of another image by using pre-trained deep learning models.

A GLSurfaceView is used for rendering image into view and the image data is transfered from view to ML models, and vice versa, through a pixel buffer rather than bitmap. This GLSurfaceView provides a OpenGL ES context which will be effective in further pre/post processing.

Used Deep Learning Models

Image Resources

  • Image resources as Styled Images or Sample Input are picked from Unsplash

Outputs

Acknowledgments