Codes for MICCAI 2023 paper: 3D Dental Mesh Segmentation Using Semantics-Based Feature Learning with Graph-Transformer
Paper Link: https://link.springer.com/chapter/10.1007/978-3-031-43990-2_43
7.21 when the camera-ready files are submitted.
python~=3.7
pytorch==1.11.0+cu113
vtk==9.2.2
vedo==2022.4.1
The more detailed dependencies can be checked in the requirements.txt
.
First, you need to install all the libraries listed in the requirements.txt
.
pip install -r requirements.txt
To train your network, you need to specify all the xxxxx
in the train.py
to specify your data loader and log directory. In detail, the input of our network is an
python train.py
and your network can be trained and the tested data will be listed in your specified directory.
We are sorry, but due to our business agreement with our partners, we are unable to provide the data. Please prepare the data yourself for training the network.
@inproceedings{duan20233d,
title={3D Dental Mesh Segmentation Using Semantics-Based Feature Learning with Graph-Transformer},
author={Duan, Fan and Chen, Li},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
pages={456--465},
year={2023},
organization={Springer}
}
Please contact us at duanfanzm@163.com for any questions.