I have built a face detection app using opencv and transfer learning model (resnetSSD). Output of application : video will open and model will be able to recognize the faces.
Application is running perfectly in my local system .. Able to build the docker also , but when running the docker container below error i am getting:
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/usr/local/lib/python3.6/dist-packages/cv2/qt/plugins" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
please suggest how i can fix this ??
cv2
or I installed newerPyQt5
or helped to installPyQt6
– Immethodical