I aim to increase resolution of a image using NN, I tried using 'dnn_superres' in opencv but I get an error

后端 未结 0 955
陌清茗
陌清茗 2021-01-04 10:32

Here is the code:

import cv2
from cv2 import dnn_superres

# Create an SR object
sr = dnn_superres.DnnSuperResImpl_create()

# Read image
image = cv2.imread(\         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题