I'm currently working on Yolov3 and have spent the last two days trying to implement the Grade-CAM approach without success. At the end I link both github repositories I used.
Since I failed to create a heatmap with the approach I used before, I am looking for other ways to create a heatmap for a class and a picture. But so far I could not find any implementation how to do this.
Which approaches could I also pursue? Or which ideas should I still try?
Yolov3: https://github.com/zzh8829/yolov3-tf2 Grad-Cam: https://github.com/sicara/tf-explain