Jose Alberto Arango Sanchez

Results 7 comments of Jose Alberto Arango Sanchez

@minar09 Thanks for the recommendation, thanks to you I can run the inference. These are the results: Why would you put those colors on the nose? ![image](https://user-images.githubusercontent.com/13352055/95602970-47354400-0a1b-11eb-8ec2-7f7165f8f464.png) ![image](https://user-images.githubusercontent.com/13352055/95603022-587e5080-0a1b-11eb-97bb-54632be66cc4.png) ![image](https://user-images.githubusercontent.com/13352055/95603060-646a1280-0a1b-11eb-866c-91d2ec326b29.png) ![image](https://user-images.githubusercontent.com/13352055/95603089-6cc24d80-0a1b-11eb-9128-f0da3e615394.png)...

Yes Mrs @amrahsmaytas cv2.imwrite(OUT_PATH,outputMask) is the correct code to save the image

``` import numpy as np import cv2 from matplotlib import pyplot as plt PATH_IMG ="5.jpg" image = cv2.imread(PATH_IMG) mask = np.zeros(image.shape[:2], dtype="uint8") rect = (1, 1, mask.shape[1], mask.shape[0]) fgModel =...

Thank you, Greetings from Colombia

try this repository, it worked for me : https://github.com/arshd91/multitarget-voice-conversion-vctk

Thanks @minar09 but not worked