by Hong Gi Ahn, Wan Kim, Jae Hwan Han*, Min Sun Park, Tae-Hoon Yong and Byungsun Choi
This repository contains the Pytorch implementation of 3D Teeth Scan Segmentation and Labeling Challenge(2022).
This repository is developed on Python 3.8, Windows 10 and NVIDIA GTX 3090. Other platforms or GPU cards are not fully tested.
Please follow the commands below for more details.
Clone this repository.
git clone https://github.com/Osstem-AI/3DTeethSeg
Create conda enviornment and install required python packages.
conda create -n 3DTeethSeg python=3.8
Install packages from requirements.txt.
pip install -r requirements.txt
All interfaces of 3d teeth scan segmentation to use as a template in 3D Teeth Scan Segmentation and Labeling Challenge(2022). To find the template, please visit the GitHub page
We used the release of first and second datasets in here to train or test
After you are ready to prepare input data, you can run the main script in this command.
python process.py
If you have any questions about the code or need for reproduction, please contact via email (thyong@osstem.com).
All scipts are released under the GPL-3.0 license.
COPYRIGHT © OSSTEM IMPLANT CO., LTD. ALL RIGHTS RESERVED.