SC-CAM
SC-CAM copied to clipboard
About color of cam
For the CAM visualization, I want to use a blue background and red for attention, how do I convert it in the code?
已收到邮件,谢谢
I haved sovled this issue.In https://github.com/Juliachang/SC-CAM/blob/191ec486e38eabbdfcd951c78e0d5689992161a3/tool/infer_utils.py#L30 hm = plt.cm.hot(hm)[:, :, :3] I changed hot to jet