Dental Diagnosis Model
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.