Open GTziolas opened 4 months ago
In your jupyter tutorial here, in the Object Detection part, you have img = cv2.resize(img, (640, 640)). Is there any way to perform CAM on the original image without resizing it to 640x640?
img = cv2.resize(img, (640, 640))
In your jupyter tutorial here, in the Object Detection part, you have
img = cv2.resize(img, (640, 640))
. Is there any way to perform CAM on the original image without resizing it to 640x640?