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
AFAIK, soft argmax is an expectation of heatmap, which should be calculated without control flows like if or for.
However, the code contains some control flows for tensorflow and pytorch impl.
AFAIK, soft argmax is an expectation of heatmap, which should be calculated without control flows like
if
orfor
.However, the code contains some control flows for tensorflow and pytorch impl.
metrabs/metrabs_tf/tfu.py
Line 220 in 8b2b116
metrabs/metrabs_pytorch/ptu.py
Line 58 in 8b2b116
Can you check if my understanding is correct?
Why is the softmax performed for [D, H, W] if the indices for [D, H], [D, W], [H, W] should be multiplied by it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: