Skip to content

Windows Installation Guide

Yuval Nirkin edited this page Sep 6, 2018 · 1 revision

Prerequisite

Dependencies

Install the following dependencies by following the provided links.
It's best to install all the libraries under the same directory then set the CMAKE_INSTALL_PREFIX environment variable to that directory to help CMake find them automatically. Boost and OpenCV have their own special environment variables for that.

Library Minimum Version Notes
Boost 1.65.1
OpenCV 3.0
Caffe 1.0 ☕️
Eigen 3.0.0

Face Swap

  • Use CMake and your favorite compiler to build and install the library.
  • Download the landmarks model file and extract to "data" in the installation directory.
  • Download the face_seg_fcn8s.zip and extract to "data" in the installation directory.
  • Download the face_seg_fcn8s_300_no_aug.zip and extract to "data" in the installation directory.
  • Download the 3dmm_cnn_resnet_101.zip and extract to "data" in the installation directory.
  • Add face_swap/bin to path.
Clone this wiki locally