Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 644 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 644 Bytes

Grad-CAM

使用流程(替换成自己的网络)

  1. 将创建模型部分代码替换成自己创建模型的代码,并载入自己训练好的权重
  2. 根据自己网络设置合适的target_layers
  3. 根据自己的网络设置合适的预处理方法
  4. 将要预测的图片路径赋值给img_path
  5. 将感兴趣的类别id赋值给target_category