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
Hi. I'm developing a Python facial recognition program in a robot called NAO. I'm using opencv to crop face out of the picture. I have written the facial recognition program that works fine in my VM (running in Ubuntu). However, when I try to run the program in NAO robot, it shows error message:
ImportError: libSM.so.6: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
I will publish soon two new headless distributions which don't depend on libSM: opencv-python-headless and opencv-contrib-python-headless. Meanwhile you can downgrade your version to 3.3.0.9 which does not include any GUI dependencies. See: #44
Hi. I'm developing a Python facial recognition program in a robot called NAO. I'm using
opencv
to crop face out of the picture. I have written the facial recognition program that works fine in my VM (running in Ubuntu). However, when I try to run the program in NAO robot, it shows error message:The text was updated successfully, but these errors were encountered: