You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this great and straight forward implementation of this technique!
I was going through the code to understand a bit more of how it works, and I'm curious about some parts:
Thank you for this great and straight forward implementation of this technique!
I was going through the code to understand a bit more of how it works, and I'm curious about some parts:
There seem to be two blurred images:
Futher ahead only blurred_img2 is used for training the mask:
But for heatmap generation we use the average of the two blurs:
save(upsampled_mask, original_img, blurred_img_numpy)
I was a bit confused by this. Is there a reason why it is done in this way?
The text was updated successfully, but these errors were encountered: