yizt / Grad-CAM.pytorch

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

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

Closed withtimesgo1115 closed 3 years ago

withtimesgo1115 commented 3 years ago

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!