Skip to content

Releases: The-ML-Hero/DentalDiagnosisTools

Dental Diagnosis Software

01 Nov 06:04
db62436
Compare
Choose a tag to compare

Software Executable Files For All OS

Windows

For Windows It is the DentalDiagnosis-win32-x64.rar File Extract It and Run DentalDiagnosis.exe

Mac OS

For Windows It is the DentalDiagnosis-darwin-x64-20201101T060004Z-001.zip File Extract It and go to /Contents/MacOS and run DentalDiagnosis

Linux

coming soon!

Dental Diagnosis Model

29 Oct 10:29
1ebb000
Compare
Choose a tag to compare

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.