This repository contains code for teeth segmentation using variants of U-Net on the TUFTS dataset using PyTorch. Please note that this repository is still under construction.
The TUFTS dataset contains X-ray images of teeth. Each image has corresponding ground truth masks for teeth segmentation.
I'am are experimenting with different variants of U-Net for teeth segmentation. These include:
- Vanilla U-Net
- Attention U-Net
To train the models, please follow these steps:
- Clone the repository
- Install the required packages listed in
requirements.txt
- Download the TUFTS dataset and place it in the
data
directory - Run the training script
train.py
Here are some example results from my experiments:
This project is licensed under the MIT License - see the LICENSE file for details.