This is the source code of Structure-Aware Long Short-Term Memory Network for 3D Cephalometric Landmark Detection. The paper is accepted in IEEE Transactions on Medical Imaging 2022.
- Python 3.8
- PyTorch 1.7.0
- Because of the confidentiality agreement, we could not publicly provide the patient's CBCT. However, you could apply the core code in other datasets.
- python landmark.py
If you found this code useful, please cite the following paper:
@article{chen2022structure,
title={Structure-Aware Long Short-Term Memory Network for 3D Cephalometric Landmark Detection},
author={Chen, Runnan and Ma, Yuexin and Chen, Nenglun and Liu, Lingjie and Cui, Zhiming and Lin, Yanhong and Wang, Wenping},
journal={IEEE Transactions on Medical Imaging},
year={2022},
publisher={IEEE}
}