rigvedrs / YOLO-V8-CAM

Wanna know what your model sees? Here's a package for applying EigenCAM on the new YOLO V8 model
MIT License
131 stars 26 forks source link

Perform Object Detection without resizing original image #21

Open GTziolas opened 4 months ago

GTziolas commented 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?