Mapping dlib mouth points to image for pix2pix model
Closed this issue · 2 comments
waffel183 commented
Without the premade pix2pix model originally used in this repo, I have to make my own model.
How can I put the points given in the map "rawData" to the images of Obama with the mouth cut out?
similar to the frames of "results/input500ms.mp4"
Alternatively, could you upload your own pix2pix model?
waffel183 commented
It is also possible I'm going about it the wrong way, if so, could you point me in the right direction?
waffel183 commented
Found the solution, create an "output" folder in de main folder. the script was supposed to do this by itself, but maybe because I was using a venv it didn't work.