You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have cloned the repository and installed all the dependencies.
I have two images, img_1, and img_2. I want to swap img_1 hairs with img_2 hairs, how can I do it? I run the first main.py command, but couldn't find the results. If somebody can point out what I am missing? @ZPdesu
The text was updated successfully, but these errors were encountered:
You should use this commandpython main.py --im_path1 img_1.png --im_path2 img_2.png --im_path3 img_2.png --sign realistic --smooth 5.IMPORTANT:These images must be stored at /input/face.
im_path1 is source image, im_path2 is structure image, im_path3 is appearance image which will be the color of the hair.
If im_path2 is the same as im_path3, it will apply both the structure and color from im_path2.
I have cloned the repository and installed all the dependencies.
I have two images, img_1, and img_2. I want to swap img_1 hairs with img_2 hairs, how can I do it? I run the first main.py command, but couldn't find the results. If somebody can point out what I am missing?
@ZPdesu
The text was updated successfully, but these errors were encountered: