Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hairstyles can only show so much #14

Closed
ZziTaiLeo opened this issue Mar 26, 2022 · 1 comment
Closed

Hairstyles can only show so much #14

ZziTaiLeo opened this issue Mar 26, 2022 · 1 comment

Comments

@ZziTaiLeo
Copy link

First of all , thanks for you excellent work!
There are many hairstyles in hairstyle.txt, but actually I found only a few styles in result images after trying all styles. More or less repeat the following images.

  • cornrows cut hairstyle
    image

  • crew cut hairstyle
    image
    (the points on left glasses in right image is mouse)

the following is my command:

python scripts/inference.py 
--exp_dir=../result/test_1/
--checkpoint_path=../pretrained_models/hairclip.pt
--latents_test_path=../inference_data/test_1/latent.pt
--editing_type=hairstyle
--input_type=text
--hairstyle_description="hairstyle_list.txt"

What's the problem? Should I train with my own dataset?

I list some hairstyles which have the same effect:

    1. the same as cornrows: crown braid hairstyle, dreadlocks hairstyle, finger waves hairstyle, french braid hairstyle and so on.
    1. the same as crew cut hairstyle: caesar cut hairstyle, dido flip hairstyle, extensions hairstyle, fade hairstyle, fauxhawk hairstyle, frosted tops hairstyle ,full crown hairstyle, harvard clip hairstyle, high and tigh hairstyle, hime cut hairstyle, hi-top fade hairstyle and so son.
@wty-ustc
Copy link
Owner

  1. Some of the text hairstyle descriptions are very similar.
  2. As stated in the limitations section of our paper, no reasonable results can be given for descriptions that are not in the domains of StyleGAN. For example, some hairstyles are only available for ladies.
  3. You can reduce the number of hairstyle text descriptions to retrain HairCLIP, the training process may take less than 1 day, and this approach may be effective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants