pooya-mohammadi / yolov5-gradcam

Visualizing Yolov5's layers using GradCam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to plot the gradcam heatmaps of all prediction results on the same image?

PaulX1029 opened this issue · comments

for same class or different?

for same class or different?

same class
example: person

I want to do the same ..did u find any way?

I want to do the same ..did u find any way?

No.. But I found a comment:

this is a bug in cv2. It does not put box on a converted image from torch unless it's buffered and read again!