pooya-mohammadi / yolov5-gradcam

Visualizing Yolov5's layers using GradCam
MIT License
281 stars 47 forks source link

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

Open PaulX1029 opened 2 years ago

noreenanwar commented 2 years ago

for same class or different?

PaulX1029 commented 2 years ago

for same class or different?

same class example: person

noreenanwar commented 2 years ago

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

PaulX1029 commented 2 years ago

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!