我是 cvlib 模块的新手.....
我尝试使用 cvlib 模块中的 detect_common_objects 函数,但遇到了以下错误。我正在使用 cvlib 0.2.7 版和 cv2 4.5.3 版。
import cvlib as cv
import cv2
image2019_0=cv2.imread('/content/drive/MyDrive/Project CV x Traffic/car_image_2019_Jan/0.jpg')
bbox, label, conf = cv.detect_common_objects(image2019_0, model = 'yolov4', enable_gpu = True)
