YuvalNirkin / face_swap

End-to-end, automatic face swapping pipeline
GNU General Public License v3.0
825 stars 203 forks source link

Platform support #62

Open zgsDream opened 3 years ago

zgsDream commented 3 years ago

Hello, about "Both Linux and Windows are supported. I have some questions:

  1. I found in the "Installation Guide" that the two systems need different third-party environments. For example, Windows requires Eigen, while Ubuntu requires Dlib. There is "find_package(dlib REQUIRED)" in CMakelist, but there is no instruction in the Windows Installation Guide to install dlib.
  2. The Ubuntu guide provides the corresponding compilation options. However, there are not many details about how to compile in Windows, and how to choose when I compile in Windows. Does this set of code support both Windows and Ubuntu systems? How do I make up face_swap in Windows?