Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.1 KB

Image Outpainting using Implicit Neural Representations(INR)

Feedforward network-based implementation for learning the source image distribution.

Results of the first implementation:

  • Reported PSNR 23.003
  • Ground truth(left) with the Reconstructed image (right):-

simple_model

Outpainted Image(20 pixels) using the first implementation:

  • The following is the model generated outpainted(20 pixels) image for the given source image.

outpainted

Feedforward network + Positional Encoding-based implementation for learning the source image distribution.

Results of the second implementation:

  • Reported PSNR 24.389
  • Ground truth(left) with the improved Reconstructed image(right):--

comparison

References :-