animegan2-pytorch icon indicating copy to clipboard operation
animegan2-pytorch copied to clipboard

PyTorch implementation of AnimeGANv2

Results 37 animegan2-pytorch issues
Sort by recently updated
recently updated
newest added

![11](https://user-images.githubusercontent.com/109845491/180594845-c78b584d-3460-4362-907b-c849c13e2508.jpg) How to correct it?

Hi, I'm trying it on [cola](https://colab.research.google.com/drive/1jCqcKekdtKzW7cxiw_bjbbfLsPh-dEds?usp=sharing#scrollTo=niSP_i7FVC3c), but my eyes were recognized as eyes, the result just like that, It's a little scary. ![image](https://user-images.githubusercontent.com/24973084/142752485-a00d91f0-1b74-4b88-96a3-7cf9307ee8ee.png) I hope you can improve it, thanks...

I was wondering ıf it would be possible to re use the data that is generated (probably) while tracking the head it one place to put it in it's original...

Great work! I'd like to convert your pretrained model, celeba_distill, to pytorch mobile. from torch.utils.mobile_optimizer import optimize_for_mobile Do you know the model specifics that will allow a conversion to the...

some outputs that your model `Face Portrait v2` generated have a very good anime outline : ![image](https://user-images.githubusercontent.com/21029719/173049330-7db7aaed-e058-4b58-b735-55fb17f6f3da.png) ![image](https://user-images.githubusercontent.com/21029719/173049395-7ef6b6cf-756e-4d78-907c-f60fe662e009.png) and ![image](https://user-images.githubusercontent.com/21029719/173049432-e1cbe79a-7cd0-47b9-8db1-b973f6324a2a.png) ![image](https://user-images.githubusercontent.com/21029719/173049445-cc0aaac0-44d2-4d19-92e9-b86bf350d759.png) How to do it ? I tried to redo...

model loaded: ./weights/paprika.pt Traceback (most recent call last): File "test.py", line 92, in test(args) File "test.py", line 48, in test out = net(image.to(device), args.upsample_align).cpu() File "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 1102, in _call_impl...

Hello, your work is really great. I try to apply the filter to some full-body photos. But in some pictures, they look dirty in some parts. I find another app...

Could you please tell me the data size of face dataset and anime-face dataset?Thanks!

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