Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Dylonsword/SSAD


https://github.com/Dylonsword/SSAD

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# SSAD: Self-supervised Auxiliary Detection Framework for Panoramic X-ray based Dental Disease Diagnosis
This is the offical implement code of artical [https://arxiv.org/abs/2406.13963](https://arxiv.org/abs/2406.13963). It employs the reconstruction-based Self-supervised methods to assist deep-learning model in diagnosing the Dental Disease, and the whole framework as below:
![SSAD Framework](https://github.com/Dylonsword/SSAD/blob/main/figure/ssad_framework.png)

## Requirements
```
albumentations==0.5.2
fsspec
ftfy
fvcore
numpy
omegaconf
opencv-contrib-python
opencv-python-headless
pandas
Pillow
pycocotools
scikit-image
scikit-learn
scipy
tensorboard
tensorboardX
timm==0.3.2
torch
torchaudio
torchmetrics
torchvision
tqdm
yapf
```

##