In this example, we demonstrate how to create simple face detection using Opencv3 and PyQt5.
If you need to change ui_main_window.ui with QtDesigner, don't forget to regenerate ui_main_window.py file using this command:
pyuic5 main_window.ui -o main_window.py