-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
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
Accuracy #49
Comments
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
Based on the WLASL paper, it is recorded in Table 4 that the top-10 accuracy of the I3D model trained with WLASL100 is 89.92%, so I think your training result is also very good and reliable.About your higher accuracy, I think it's because your hardware is newer than the author's.
***@***.***
On 8/23/2022 ***@***.***> wrote:
When I tested the I3D model for 100 classes, I achieved the following accuracy:
top-k average per class acc: 0.670542635658915, 0.8923076923076927, 0.9346153846153845
0.67 for top 1 class
0.89 for top 5
0.93 for top 10
It is more than the ones mentioned in the title of pretrained weights?
Did I do something wrong? How can I get more than mentioned?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Yeah. I am also getting better than reported results, though not as good as yours: However, I am getting worse that reported results for 2000 classes Is this change simply down to hardware difference? Is it significant? |
I don't know if hardware is causing this result. Did you find any other reason? |
No. Not sure what the reason for the discrepancy is. |
When I tested the I3D model for 100 classes, I achieved the following accuracy:
top-k average per class acc: 0.670542635658915, 0.8923076923076927, 0.9346153846153845
0.67 for top 1 class
0.89 for top 5
0.93 for top 10
It is more than the ones mentioned in the title of pretrained weights?
Did I do something wrong? How can I get more than mentioned?
The text was updated successfully, but these errors were encountered: