bryandlee / animegan2-pytorch

PyTorch implementation of AnimeGANv2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Convert Full Body Photo

zhouqihao opened this issue · comments

Hello, when I use the [face_paint_512_v2.pt] model to convert the full body photo, it is very ugly, but the photo containing only the face is good, how can I combine the face only and the full body photo together? Does the model need to be retrained?

like this
anime

photo1 use other app,i think its use animegan2.
photo2 convert full body photo.its ugly width face
photo3 only convert face, its nice.and face like photo 1

what app do you use to get photo1?

You can use face detection & segmentation models
image

what app do you use to get photo1?

what app do you use to get photo1?

修图家, apple store

You can use face detection & segmentation models image

thanks,I will try

commented

@zhouqihao Hi! I am trying the same approach, can you share which model you used for creating the segmentation mask? Just using the detection bbox yields bad results.

You can use face detection & segmentation models您可以使用人脸检测和分割模型 image

Can u share the code about this? Many thx~