Skip to content
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 Error Accumulation #368

Open
youthong opened this issue Sep 26, 2024 · 0 comments
Open

Accuracy Error Accumulation #368

youthong opened this issue Sep 26, 2024 · 0 comments

Comments

@youthong
Copy link

I have noticed that there is an error accumulation in the accuracy calculation method in the source code. For example, I have 1583 images, out of which 1551 can be correctly classified and 32 are incorrect. The accuracy should be 0.9798. When I test the correct and incorrect images separately, the accuracies are 1 and 0, respectively. However, when I combine them and test all the images together, the overall accuracy becomes 0.998. How can I resolve this issue?
image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant