ndb796 / StyleCLIP-Tutorial

51 stars 12 forks source link

Could I use for my task? #1

Open alan-ai-learner opened 3 years ago

alan-ai-learner commented 3 years ago

So my task is to create model like Face App , like I have to pass an image and in return the model will return the same image with an attribute that I want to change. Any attribute we want to change without any changes in the original image except the face attribute I want change. Suppose I pass an image, and I want in return image wear an eyeglasses or sunglasses . Or it will smile. my question is like can I use Style Clip for my task. . Please suggest if possible. Thanks in advance.

ndb796 commented 3 years ago

The StyleCLIP exactly matches the task you want.

But I am not sure that the StyleCLIP can be efficiently utilized in the on-device environment because of the size of the model. Are you considering using a GPU on the server-side?

Moreover, the general face editing apps like FaceApp require some additional functions including a face alignment function.

alan-ai-learner commented 3 years ago

@ndb796, Yes I can use GPU on the server. Can you please tell me the way, like a practical example to implement my task like to add a face mask or a sunglass to a face for any custom image I have, is there any way to so similar thing like FaceApp? Please let me know. Thanks for replying