StyleGAN Flowers Interpolation

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024
  • I recreated NVidia's StyleGAN in Keras, find the code here:
    github.com/man....
    I trained it to generate images of beautiful landscapes, and this is what it's coming up with.
    Technical details:
    This is linear interpolations between style and noise samples taken every 50 frames (Approx. every 3 seconds).
    The model does not use growth or mixing regularities.
    It DOES use:
    - constant "beginning" of model
    - style vector input
    - noise image input (with learned scaling)
    - Adaptive Instance Normalization (AdaIN)
    - Bilinear Upsampling

ความคิดเห็น • 1

  • @_lilkm
    @_lilkm 4 ปีที่แล้ว +1

    Please can you provide a working link of the GitHub repo?