Skip to content

dnn_superres not present in the latest pypi release. #346

Description

@TahaAnwar

Expected behaviour

Hi, I can see by checking the changelog here: https://github.com/opencv/opencv/wiki/ChangeLog
that the dnn_superres module was included in the contrib package in version 4.1.2. But when I install the latest 4.2.0.34 version from here https://pypi.org/project/opencv-contrib-python/ , then this module can't be imported

Error:

ImportError: cannot import name 'dnn_superres'

Actual behaviour

The import should work fine as this module should be included from version 4.1.2 and above.

Steps to reproduce

pip install opencv-contrib-python
from cv2 import dnn_superres

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions