We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,对于最后的fc层输出为82维度(80+未知类+背景类),但在训练时,实际上只有20类,对于未知类实际上是通过对背景类困难样本挖掘来得到的。那么在测试时,可能得到21-80类的结果,只是在输出时将其一致化为第81类吗? 看到baseline也有WI值,是否说明即使在训练时没有未知类,也没有HEM,正常训练下后面62类的fc层也会影响已知类的分类呢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,对于最后的fc层输出为82维度(80+未知类+背景类),但在训练时,实际上只有20类,对于未知类实际上是通过对背景类困难样本挖掘来得到的。那么在测试时,可能得到21-80类的结果,只是在输出时将其一致化为第81类吗?
看到baseline也有WI值,是否说明即使在训练时没有未知类,也没有HEM,正常训练下后面62类的fc层也会影响已知类的分类呢
The text was updated successfully, but these errors were encountered: