Skip to content

Dental Diagnosis Model

Compare
Choose a tag to compare
@The-ML-Hero The-ML-Hero released this 29 Oct 10:29
· 56 commits to main since this release
1ebb000

My Dental Diagnosis Models

These are all the Model That I used for my dental diagnosis toolkit.

best.pt:

This is the model that I used for my fracture tooth detection algorithm it is inspired by yolo and I implemented it in pytorch.

best (2).pt:

This is the model that I used for my fluorosis detection algorithm it is inspired by yolo and I implemented it in pytorch.

MASK_RCNN_ROOT_SEGMENTATION.pth:

One of the biggest and complicated models in the group it is a mask rcnn image segmentation model implemented in pytorch and detectron2 I used it in the root anatomy prediction algorithm.