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

你好,自己自定义的目标检测模型该怎么用? #23

Open ghost opened 4 years ago

yizt commented 3 years ago

@ghost 您好,要看具体的模型

luosi1997 commented 1 year ago

@ghost 您好,要看具体的模型 比如Unet网络呢