cvlib

cvlib detect common objects function doesn't work

cvlib detect common objects function doesn't work Question: I’m new to cvlib module….. I tried to use the detect_common_objects function from cvlib module but hit the error below. I’m using cvlib version 0.2.7 and cv2 version 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’, …

Total answers: 1