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

What is result for animal #11

Open
yaxingwang opened this issue Jul 10, 2018 · 13 comments
Open

What is result for animal #11

yaxingwang opened this issue Jul 10, 2018 · 13 comments

Comments

@yaxingwang
Copy link

yaxingwang commented Jul 10, 2018

Hi I trained the code with the animal dataset(cat and dog) the following results are from 400000 iteration

fake_b_00_400000
fake_b_00_395000

@taki0112
Copy link
Owner

what is the dataset ?
can you provide this dataset ?
did you crop only the animal face ?

@yaxingwang
Copy link
Author

Thank you @taki0112, I use the dataset online where you can download and crop the animal face based on the annotation and resize 128*128, and also collect from the other website so that the number of every domain is about 5000. Now I keep training until the iteration is more than 1M, then I will share the final result with you.

Besides, did you try another dataset? what is result during training?

@taki0112
Copy link
Owner

I tried Selfie <-> Comic character, But the image was not distorted like you.

@yaxingwang
Copy link
Author

Ok, let's wait for the final result from my experiment. If you can try, I can share the dataset with you later.

@yaxingwang
Copy link
Author

Hi, I have got the latest result which is as following:
cat--->dog:
drawing

dog--->cat:
drawing1

There are some reasons for this result is like:

  1. the domain A and B must be similar. IN my experiment, I just crop a dog and cat face, but I do not select the face which should be aligned (similar pose, shape an face scale)

  2. It is overfitting from dog to cat for the output are same whatever the input is when testing the model. so I don't know the author use 1M iterations.

  3. The real parameter for the animal could be different from other, for which the author did share.

@taki0112
Copy link
Owner

@yaxingwang can you share the hyper-parameter for the animal ?

@yaxingwang
Copy link
Author

Hi, I use the same parameter from your file for the animal. I guess the hyper-parameter could be different.

@ShihuaHuang95
Copy link

@yaxingwang hi, can you please share me a copy of dataset which has mentioned above, if it is convenient to you. I am very interested in it, I promise you I will never distribute it without your permission, and I will only use for academic research. My email is [email protected], I will be very appreciate it.

@c1a1o1
Copy link

c1a1o1 commented Nov 7, 2018

@yaxingwang Hi, can you please share me a copy of dataset which has mentioned above, if it is convenient to you. I am very interested in it, I promise you I will never distribute it without your permission, and I will only use for academic research. My email is [email protected], I will be very appreciate it.

@xiang-zhe
Copy link

xiang-zhe commented Feb 25, 2019

thank your for your sharing,
i trained three models: cat2dog,summer2winter, cityscapes,but all failed after 1000000,1000000, 960000 iters,i didn't change any hyper-parameter :python main.py --phase train --dataset cityscapes --batch_size 1;
dataset:
cat2dog is 178/*218, trainA have 771 imgs and B 1264, i do not think they are aligned;and summer2winter(summer2winter_yosemite) is 256/*256,trainA have 1231 imgs and B 962, i do not think they are aligned too;cityscapes is std dataset download from cityscapes;
my results:
cat -> dog
473
519
711
787
808
834
841
summer2winter
2016-12-22 08 48 40
cityscapes
frame
timg
timg2
timg2-7
timg7

i didn't know what's wrong? need more iters or some code changes,, any ideas?
thank you very much @taki0112 @yaxingwang

@yaxingwang
Copy link
Author

Hi @xiang-zhe, I tried the official code of MUNIT, it works well. I also experienced a similar condition to you. The following translation is from cat2tiger
gan
Maybe there are tiny parts with the official project.

@yaxingwang
Copy link
Author

The cat2tiger is also tried on this project(taki0112), which fails.

@xiang-zhe
Copy link

xiang-zhe commented Feb 25, 2019

@yaxingwang thank your very much, i will try it by torch MUNIT, but in fact i want to perform all my practice under tf, thank you again!
addditionally, aligned and resize are must?

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

5 participants