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
To use MaskZero in RNN packages, an additional class need to be reserved for the label of frames that are masked case. Thus this additional class uses 13 (of course only in Torch/Lua) as gesture ID.
Theoretically class 13 shouldn't be shown in the confusion matrix as it's been marked (which is all zeros). However, it shouldn't affect the result.
Hey there, I have one more question. After evaluating the network, I came to this resulting confusion matrix:
Now, I know that the results are significantly worse than in the paper, but this is not my question.
My question is, why class 13 (which I believe is the background noise) gets a score of 100 for label 01 in the confusion matrix?
Thanks for your help!
The text was updated successfully, but these errors were encountered: