bryandlee / animegan2-pytorch

PyTorch implementation of AnimeGANv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

training code

Leocien opened this issue · comments

Thank you for your stunning works, do you plan to release the training code (including the training code about the Face Portrait model)?

Hi, I don't plan to release the code at this point (it's a total mess). I'm still working on improving the translation quality.

I'm stoked to see it, not even just for using it with this project but just to figure out how to do this sort of task at all. Please tell us in this issue thread when you release it so I can get a notification. ♥

Hi, I don't plan to release the code at this point (it's a total mess). I'm still working on improving the translation quality.

I tried to reproduce your Face portrait model by using the pix2pix method directly. My trainA is celebA dataset and trainB is the cartoon celebA generated by your Face portrait model, but my results are poor, would you like to share the training details to me? I also tried the pix2pixHD method, but the results are still not very good.

Thanks very much!

commented

Looks awesome! Have you been using vanilla AnimeGANv2 code for training?
What dataset did you use for face2portrait model?

Hi!
Nice work, I'm also interested in the training code / datasets, specially for Face Portrait v2.
Do you think it would be possible to revert the network and get realistic faces from painting / drawings?

commented

Is there a way to train the network using pytorch?

tensorflow is a bit problematic

Hi, I don't plan to release the code at this point (it's a total mess). I'm still working on improving the translation quality.

I tried to reproduce your Face portrait model by using the pix2pix method directly. My trainA is celebA dataset and trainB is the cartoon celebA generated by your Face portrait model, but my results are poor, would you like to share the training details to me? I also tried the pix2pixHD method, but the results are still not very good.

Thanks very much!

Hello, Sorry to interrupt you suddenly, the cartoon celebA you mentioned refers to
you used animegan's model to generate a dataset from celebA, or is the other cartoon datasets?

Hi, I don't plan to release the code at this point (it's a total mess). I'm still working on improving the translation quality.

Hi, Thanks for your impressive work.

Are there any updates or news regarding the training code?

@bryandlee
When will the training code be released. Or tell us about your ideas?