|
[toybrick@192 OpenPose-Multi-Person]$ python3 multi-person-openpose.py
Traceback (most recent call last):
File "multi-person-openpose.py", line 166, in <module>
net = cv2.dnn.readNetFromCaffe(protoFile, weightsFile)
AttributeError: module 'cv2' has no attribute 'dnn'
是因为opencv版本问题么?如何更改dnf安装的版本?
|
|