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

I trained so poorly? #318

Open
goldwater668 opened this issue Mar 11, 2023 · 5 comments
Open

I trained so poorly? #318

goldwater668 opened this issue Mar 11, 2023 · 5 comments

Comments

@goldwater668
Copy link

100 pairs of data sets with 1024X1024 resolution are trained according to 512, and the pixel2pixelHD inference is used. Why is the result so poor? Do you know why? The data set pairing adopted is here :https://github.com/Sxela/face2comics
image

image

@takuyaliu
Copy link

It may be because the instance map and feature map are not used.

@goldwater668
Copy link
Author

@takuyaliu

How to extract instance map and feature map?

Changing to a different data set does not require map features for training, and the effect is ok

@takuyaliu
Copy link

@takuyaliu

How to extract instance map and feature map?

Changing to a different data set does not require map features for training, and the effect is ok

You can find the way to use imap and fmap on Google.

@goldwater668
Copy link
Author

@takuyaliu
1.On another set of data sets with better quality, I didn't use map, and the effect is not bad. How to explain it?
2.
For example, to stylize the face, how should the map be set? Divide the data face map and background map of train_A into label_0 and label_1?

@takuyaliu
Copy link

@takuyaliu 1.On another set of data sets with better quality, I didn't use map, and the effect is not bad. How to explain it? 2. For example, to stylize the face, how should the map be set? Divide the data face map and background map of train_A into label_0 and label_1?

I'm sorry I have no idea about your question1, just Google it.

As to the instance and feature map, you can see this https://github.com/mcordts/cityscapesScripts.
About q2, you may not only need to partition facemaps and backgroundmaps, but you also need to partition nosemaps, eyesmaps, etc.

The above are just my simple opinions, you can give it a try.

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