-
Notifications
You must be signed in to change notification settings - Fork 5
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
Has anyone tried to reproduce for the celeba dataset? #7
Comments
Have you solved this problem, I think it's a problem with the model channel, but haven't found a way |
|
of course, ref_input = torch.cat((ref_img, ref_seg_map), dim=1)
|
i fond that the train code is runable, but the test code has this problem |
if you use this code train labelnc 3. use pretrain model or train labelnc 15 use celeba generator.py
---- Replied Message ----
| From | ***@***.***> |
| Date | 01/30/2024 14:45 |
| To | AiArt-HDU/MATEBIT ***@***.***> |
| Cc | aiartjc666 ***@***.***>,
Comment ***@***.***> |
| Subject | Re: [AiArt-HDU/MATEBIT] Has anyone tried to reproduce for the celeba dataset? (Issue #7) |
i fond that the train code is runable, but the test code has this problem
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
by the way, can i train on my own face dataset like vox which does not have segment labels? |
you use hed algorithms to get edge like metfaces
…---- Replied Message ----
| From | ***@***.***> |
| Date | 01/30/2024 18:07 |
| To | AiArt-HDU/MATEBIT ***@***.***> |
| Cc | aiartjc666 ***@***.***>,
Comment ***@***.***> |
| Subject | Re: [AiArt-HDU/MATEBIT] Has anyone tried to reproduce for the celeba dataset? (Issue #7) |
by the way, can i train on my own face dataset like vox which does not have segment labels?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
how should i set the parameters if i have 1 channel label and 3channel image, if i set label_nc=1, it doesn't work: adaptive_feature_img = self.encoder_kv(ref_img) Given groups=1, weight of size [64, 1, 3, 3], expected input[4, 3, 258, 258] to have 1 channels, but got 3 channels instead |
this is channel error . |
how to use generator_celebahqedge.py |
When I change some file paths, I get RuntimeError: Given groups=1, weight of size [64, 15, 3, 3], expected input[2, 3, 258, 258] to have 15 channels, but got 3 channels instead problems
The text was updated successfully, but these errors were encountered: