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

Resolve Labeling Conflict: Assign Unique Colors to a Tooth and Gingiva Labels #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Faisalimrann
Copy link

I identified a potential issue in the labeling system where taking the modulo operation (%17) with each array element resulted in a lack of distinction between gingiva and Lower Left 4 (LL4). Specifically, when the FDI system assigned 34 to LL4, taking 34%17 resulted in 0, causing overlap with the gingiva label. It'll cause an exact issue with UR7. To rectify this, I have made adjustments to ensure a distinction between these elements in our predictions. This improvement aims to enhance the accuracy and specificity of our labeling system.

Issue:
image

Fixed:
image

Description: Addressed a bug in the get_colored_mesh function that was causing the same color to be assigned to both gingiva and a tooth in certain cases.
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

Successfully merging this pull request may close these issues.

None yet

1 participant