yizt / Grad-CAM.pytorch

pytorch实现Grad-CAM和Grad-CAM++,可以可视化任意分类网络的Class Activation Map (CAM)图,包括自定义的网络;同时也实现了目标检测faster r-cnn和retinanet两个网络的CAM图;欢迎试用、关注并反馈问题...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi, Could you give some hints for transfer your great works into YOLOv3?

withtimesgo1115 opened this issue · comments

I want to know more about the learning process of YOLO network so that it requires me a framework for visualize the Grad-Cam maps or something like that. However, there are limited resources for my problem. Could you give me some guidance for using your methods on YOLO v3 models?

Thanks in advance!