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
In decode.py line 188:
"mask_2 = (mask_2 == 7).float().expand(batch, num_joints, K, 2)"
but when I debug this code, there are all "False" value, since mask_2 is a bool tensor(also, my pytorch vision is 2.0.0, maybe it's correct in lower vision)
In decode.py line 188:
"mask_2 = (mask_2 == 7).float().expand(batch, num_joints, K, 2)"
but when I debug this code, there are all "False" value, since mask_2 is a bool tensor(also, my pytorch vision is 2.0.0, maybe it's correct in lower vision)