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 sequence_funcs.py line 30,
cls_score = ss[:, cls+1] if bw is None else gaussian_filter(ss[:, cls+1], bw).
Does it means ss[:,1] represents the actionness score of the foreground and the ss[:,0] represents the actionness score of the background?
The text was updated successfully, but these errors were encountered:
In sequence_funcs.py line 30,
cls_score = ss[:, cls+1] if bw is None else gaussian_filter(ss[:, cls+1], bw).
Does it means ss[:,1] represents the actionness score of the foreground and the ss[:,0] represents the actionness score of the background?
The text was updated successfully, but these errors were encountered: