[INFO] loading model...
Traceback (most recent call last):
File "Main.py", line 166, in
net = cv2.dnn.readNetFromCaffe(args["prototxt"], args["model"])
AttributeError: 'module' object has no attribute 'dnn'
any easy fix? what version of open cv are you using?
on start I'm getting :
[INFO] loading model... Traceback (most recent call last): File "Main.py", line 166, in
net = cv2.dnn.readNetFromCaffe(args["prototxt"], args["model"])
AttributeError: 'module' object has no attribute 'dnn'
any easy fix? what version of open cv are you using?