Training StyleGAN2-ADA Week 3 (Conditional Models, Inference: Generating Images and Video)

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 15

  • @chdoenlen
    @chdoenlen 4 года назад +9

    This is so wonderful - thank you so much for sharing! Do you have a link to the colab notebook used in this video available somewhere?

    • @mbevinn
      @mbevinn 4 года назад +2

      it's here - colab.research.google.com/github/dvschultz/stylegan2-training/blob/main/SG2_ADA_Generate.ipynb (and for training github.com/dvschultz/stylegan2-training/blob/main/Stylegan2_ada_Custom_Training.ipynb)

  • @arctic12345678910111
    @arctic12345678910111 3 года назад +1

    Great video thank you - I was just trying to figure out conditioning with Stylegan3 and found it

  • @nguyenanhnguyen7658
    @nguyenanhnguyen7658 3 года назад

    Hi all, is it possible to do the same this wonderful work with StarGANV2 ?

  • @ProfessionalTycoons
    @ProfessionalTycoons 3 года назад

    this is really dope

  • @Immrcy
    @Immrcy 3 года назад

    Whenever I try to generate my images, it doesn’t generate them based upon my own pkl file, instead it does for the FreaGan file that comes with the notebook. I’ve replaced my google id and pkl file and still does it. Any info on this would help.

  • @kiranprogamer
    @kiranprogamer 4 года назад

    Good job 👍👍

  • @BCgfp4xe5hkrungM6
    @BCgfp4xe5hkrungM6 4 года назад

    I tried playing around with classes but I'm getting this error:
    ValueError: Cannot feed value of shape (512, 512) for Tensor 'G_mapping/Dense0/weight/new_value:0', which has shape '(1024, 512)'
    Any idea what it might be about? Thank you for this course by the way though! So helpful.

  • @vernellenoel2995
    @vernellenoel2995 3 года назад

    Thank you again. When I run "!python generate.py --help", I am getting this error - "python3: can't open file 'generate.py': [Errno 2] No such file or directory." Do you know what this might be about?

    • @michaelrayvon
      @michaelrayvon 3 года назад

      Maybe you forgot to change directories into the stylegan repo. two lines before theres a cell which reads: %cd stylegan2-ada. that gets you into the right directory to run the remaining code cells

  • @kiranprogamer
    @kiranprogamer 4 года назад

    👌👌👌👌

  • @khalishu
    @khalishu 3 года назад

    How do we get our pkl id? cant seem to find it.....

    • @michaelrayvon
      @michaelrayvon 3 года назад

      right-click your .pkl file in your google drive and click "get link". that should give you a URL with the id between "file/d/" and "/view"