我试着用opencv来做人脸识别。但我面临一些属性错误。我还安装了pip,安装了opencv-contrib库,并重新安装了python.org软件,但仍然面临着这个错误。
发布于 2022-01-01 13:15:26
我通过使用这些命令来解决这个问题。
pip uninstall opencv-contrib-python
pip install opencv-contrib-python==4.4.0.46https://stackoverflow.com/questions/70548931
复制相似问题