Giter VIP home page Giter VIP logo

featurestyleencoder's People

Contributors

pierrehellier avatar xu-yao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

featurestyleencoder's Issues

Boundaries not working

Since there are no boundaries provided in the repo, I've tried my own to change facial attributes. Unfortunately, my boundaries work well if I use them only with pSp or e4e, but most of them do not work well with your encoder. They produce very ugly output images. I wonder why, since you also use StyleGAN2. So what is the reason and the sollution? And how do you look for directions using InterFaceGAN if its originally used for StyleGAN1?

Error in the training code

The training code in trainer.py line 180 (features = [None]*k + [fea] + [None]*(17-k))should be modified as:

if training_mode:
    features = None
else:
    features = [None]*k + [fea] + [None]*(17-k)

I have received an email that identifies this problem and proposes a modification. This modifications has no impact at test time but do impact the training. Without this the model is not trained on two inversions.

Pixel-wise reconstruction loss

Hi, thanks for contributing this excellent work.

Could you please tell whether the L2 recon. loss is applied on \hat{x}_2 = G(w, F) for the real image case? I feel a bit confused about this point when reading the paper. Thanks in advance.

The adapted pixel2style2pixel code is missing

Hi Xu-Yao,
I've tried running the code and found the code under the pixel2style2pixel/ folder is missing
I've tried using the code from the original implementation instead, but there are at least several changes like Generator's forward method getting input features and possibly many additional changes.

I'm not sure if you are still in the process of updating the repo, but thought I'd remind you just in case you simply forgot to add your adapted pixel2style2pixel/ code.

Looking forward to testing your encoder. looks very promising

Boundaries file

Hi,
Where can we found boundary files to edit images in latent Space ?

which version of styleGAN?

Hello,
Thank you for your valuable work. I have recently implemented In-Domain Gan inversion for editing attributes of binary images. As it didn't worked well on external real image editing I consider your methods which seems has met some of the previous limitations.
My question is which version of StyleGAN is better for this method? I have trained StyleGAN2-ADA on my images. I wanted to know if the augmentation method in this version affects the inversion or editing using your approach.
What do you recommend?

Thank you in advance for your help.

no alex.pth

Running the test.py file shows that there is no alex.pth

batchsize

When I run the train.py file, setting the batchsize to 2 will increase the running memory by more than two times. What's going on?

No alex.pth

Running the test.py file shows that there is no alex.pth

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.