object-detection-opencv
object-detection-opencv copied to clipboard
'module' object has no attribute 'dnn'
i want to run your code but this error accuring :{
May I know the Python and OpenCV version you are working with ?
@arunponnusamy Hello I have the same problem my version is 3.2... how to upgrade it
You can upgrade opencv using the below command
pip install --upgrade opencv-python
pip install opencv-contrib-python Type it in ur terminal and everything will be sorted out.