Face swaping for video

asked 2020-05-07 15:40:30 -0600

trsh gravatar image

Really like this approach https://docs.opencv.org/master/d1/d52... . But how hard would it be to change the code to work on video? So input is video and image and output is video with swapped face from image. Any help appreciated!

edit retag flag offensive close merge delete

Comments

1

Anything that is done to a still image is trivial to do to every video frame, for anyone that can program and has spent a couple of minutes with OpenCV's documentation.

mvuori gravatar imagemvuori ( 2020-05-08 07:31:21 -0600 )edit