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

Guidance for a model with both clockwise and counter clockwise dials #27

Open
ObadahFahmy opened this issue Sep 5, 2024 · 0 comments
Open

Comments

@ObadahFahmy
Copy link

I am training a custom model for my electric meter which uses black pointers on the analog counters. 2 of the 5 counters spin in a counter clockwise pattern. Looking at the files generated from the readout, it doesn't seem that any sort of distinction is being made between images from CCW dials vs CW. The dials are marked with numbers 0-9, in the CCW counters the location of each number is mirrored.

After we load the images from the meter they need to be classified. Are CCW images supposed to be classified according to the CW value represented by the position of the pointer on the circle or do we take into account that it's CCW and classify it with the CCW value.

1 7_724806029cc1de36179c7b8d0a458487
In this image should the value be classified as 1.7 (CCW) or 8.3 (CW)

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