yolov10 icon indicating copy to clipboard operation
yolov10 copied to clipboard

Custom Implementation of Grad-CAM and Grad-CAM++ for YOLOv10

Open MattBlue92 opened this issue 7 months ago • 0 comments

Hi,

I want to implement Grad-cam and Grad-cam ++ for YoloV10.

Since YOLOv8_Explainer (https://github.com/Spritan/YOLOv8_Explainer) doesn't work for YoloV10, I was thinking that I can write a custom implementation of Grad-cam and Grad-cam ++ for YoloV10.

I thinked to start to modify the code of YOLOv8_Explainer because it's a good start point, but YoloV10 have now two head: "One-to-Many Head" and "One-to-One Head" that complicated the porting.

Any suggestion?

MattBlue92 avatar Jul 08 '24 07:07 MattBlue92