You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, about "Both Linux and Windows are supported. I have some questions:
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.
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?
The text was updated successfully, but these errors were encountered:
Hello, about "Both Linux and Windows are supported. I have some questions:
Does this set of code support both Windows and Ubuntu systems? How do I make up face_swap in Windows?
The text was updated successfully, but these errors were encountered: