limhoyeon / ToothGroupNetwork

3D Dental surface segmentation with Tooth Group Network
151 stars 38 forks source link

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

Open Faisalimrann opened 10 months ago

Faisalimrann commented 10 months ago

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