Periapical radiography can provide multiple key esthetic-determining factors in anterior single-tooth gaps, including inflammation and restoration of adjacent teeth (INFLAM & RESTOR tasks), and the distance between the contact point and the alveolar crest (DISTAN task). A multi-functional AI model was developed to assess INFLAM, RESTOR and DISTAN indices in periapical radiography, with corresponding detection, classification and segmentation modules. The versatile AI model facilitates precise, objective and reliable prediction of dental implant-supported esthetic reconstruction outcomes, offering valuable support in clinical decision-making and demonstrating potential for real-world application in esthetic dentistry.
- INFLAM task (Detection + Classification)
- RESTOR task (Detection + Classification)
- DISTAN task (Segmentation)
A case example illustrating the system's application is available in assets. Please note that it contains RGB images from real patient that some may find unsettling.
- Create a conda environment named esthrecon and activate
- Use conda to install cudatoolkit
- Install pytorch with suitable python and cuda version
- Install mmDetection and nnUNet refering their official instructions.
- Install other packages:
pip install opencv-python pandas pillow scikit-learn tqdm
