You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: