YuvalNirkin / face_swap

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

Can’t remove QT dependency #18

Closed chrischen closed 6 years ago

chrischen commented 6 years ago

When running (on a server without a monitor) it throws this error: QXcbConnection: Could not connect to display Aborted (core dumped)

Setting WITH_QT to off in in CMakeLists.txt throws compilation errors due to linking to QT.

How van I disable QT support?

chrischen commented 6 years ago

Fixed by deleting the QApplication related code.