Haozhe-Xing / SARNet

SARNet
25 stars 3 forks source link

I would like to ask you how Figures 6 and 7 were generated #3

Open WkangLiu opened 1 year ago

WkangLiu commented 1 year ago

Exciting work, I would like to ask you how Figures 6 and 7 were generated and look forward to your response!

Haozhe-Xing commented 1 year ago

We will release the code later. You can also do it by average all the features into a (height, width) shape, and merge the features and original images using Cv2.addWeighted () function.

WkangLiu commented 1 year ago

Thank you for your reply, it helps me a lot.

I will try it and also look forward to the code you shared!

Haozhe-Xing commented 1 year ago

codes on the folder “display_heatmaps” maybe can solve you problems.

WkangLiu commented 1 year ago

Nice!!! Thank you, Bro!