How to upgrade cv2 from 4.2.34 to 4.3.0

asked 2020-05-06 13:17:58 -0600

sumant gravatar image

UBUNTU 18.04, Python 3,

I am working on a image processing task which has a cv2 module name dnn_superres

and I am unable to import the below module

from cv2 import dnn_superres

It would work on cv2 4.3.0

my current version is cv2 4.2.34

Kindly help how come I upgrame my cv2 from 4.2.34 to 4.3.0

Thanks

edit retag flag offensive close merge delete