Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 1.34 KB

README.md

File metadata and controls

23 lines (11 loc) · 1.34 KB

Launch in Google Colab:

  • Colab

PULSE from image URL

Take an image URL as input, this Colab notebook first crop and produce a low-resolution face image, and invoke PULSE algorithm to produce a high resolution image, so that you can compare how well it does.

example

Based on "PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models" repository.

example

Given a low-resolution input image, Face Depixelizer searches the outputs of a generative model (here, StyleGAN) for high-resolution images that are perceptually realistic and downscale correctly.

Based on: Face-Depixelizer Based on: PULSE

Article: PULSE: Self-Supervised Photo Upsampling via Latent Space Exploration of Generative Models