top | item 22564859 (no title) craze3 | 6 years ago What are some of the fastest and easiest tools for creating something like this myself ? discuss order hn newest shoeffner|6 years ago You can try things such as:- https://github.com/joshua-wu/deepfakes_faceswap- https://github.com/Oldpan/Faceswap-Deepfake-PytorchYou might have to run on a frame by frame basis, e.g. using `ffmpeg -i file.mpg $filename%03d.bmp` [1] and stitching the results back together [2]. I haven't tried it, though, and there might be better alternatives.[1] https://stackoverflow.com/a/10962408 [2] https://hamelot.io/visualization/using-ffmpeg-to-convert-a-s...
shoeffner|6 years ago You can try things such as:- https://github.com/joshua-wu/deepfakes_faceswap- https://github.com/Oldpan/Faceswap-Deepfake-PytorchYou might have to run on a frame by frame basis, e.g. using `ffmpeg -i file.mpg $filename%03d.bmp` [1] and stitching the results back together [2]. I haven't tried it, though, and there might be better alternatives.[1] https://stackoverflow.com/a/10962408 [2] https://hamelot.io/visualization/using-ffmpeg-to-convert-a-s...
shoeffner|6 years ago
- https://github.com/joshua-wu/deepfakes_faceswap
- https://github.com/Oldpan/Faceswap-Deepfake-Pytorch
You might have to run on a frame by frame basis, e.g. using `ffmpeg -i file.mpg $filename%03d.bmp` [1] and stitching the results back together [2]. I haven't tried it, though, and there might be better alternatives.
[1] https://stackoverflow.com/a/10962408 [2] https://hamelot.io/visualization/using-ffmpeg-to-convert-a-s...