Skip to content

Automatically generate and complete the streetview

Notifications You must be signed in to change notification settings

ydnaandy123/streetview

Repository files navigation

streetview

Automatically generate and complete the streetview

DCGAN

Now we can pick an arbitrary z~p_z and decode it to a image

Completion

Poisson blending

  • Poisson Image Editing
  • Synthesize new image with poisson blending
  • str_str_poisson
  • How to use: poissonblending/ main.py
  • TODO:
    • Heat map

Observations

  • related to Generative Image Modeling using Style and Structure Adversarial Networks
  • Here is another example which focus on pedestrian.
  • In the early training stage, the network seems to decide the structures or poses of pedestrians. Then in the late training stage, it only has subtle changes on texture according to the current batch.
  • INRIA_different_batch
  • In the completion stage, it tends to choose those z resulting blurry images
  • blurry
  • TODO:
    • Inverse mapping to the latent space for GAN

Some thoughts

  • If we can complete the missing part of a image, can we combine one generator(pedestrian) with another discriminator(streetview)? ques

FCN

About

Automatically generate and complete the streetview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages