Skip to content

lusunn111/Paper_List_And_Code_About_CBCT_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🎈Paper_List_And_Code_About_CBCT_Segmentation

Hits


Codes

⌨️1.DilatedToothSegNet: Tooth Segmentation Network on 3D Dental Meshes Through Increasing Receptive Vision

Code_Link|Time:2024|Not_Reproduction

Paper_Link|Dataset_Link

⌨️2.MeshSegNet: Deep Multi-Scale Mesh Feature Learning for Automated Labeling of Raw Dental Surface from 3D Intraoral Scanners

Code_Link|Time:2023|2021|Not_Reproduction

Paper_Link1_2020|Paper_Link2_2019|Paper_Link3_2021|Dataset_Not_Found

⌨️3.T-Mamba: A unified framework with Long-Range Dependency in dual-domain for 2D & 3D Tooth Segmentation

Code_Link|Time:2024|Not_Reproduction

Paper_Link|Dataset_Loss

⌨️4.A fully automatic AI system for tooth and alveolar bone segmentation from cone-beam CT images

Code_Link|Time:2022|Not_Reproduction

Paper_Link|Dataset_Need_Apply

⌨️5.Tooth Decay Semantic Segmentation

Code_Link|Time:2019|Not_Reproduction|Relative_Code

Paper_Link|Dataset_Not_Found

⌨️6.Tooth Decay Semantic Segmentation

Code_Link|Time:2019|Not_Reproduction|Relative_Code

Paper_Link|Dataset_Not_Found

⌨️7.Tooth Decay Semantic Segmentation

Code_Link|Time:2024|Not_Reproduction

Paper_Link(MICCAI 2023)|Dataset_Not_Found

PS_From_Author:

The preprocessing module performs the following functions:

  1. Randomly downsamples N surfaces from the original mesh (in our implementation, N = 10,000).
  2. Extracts 8-dimensional features for these surfaces from the mesh (details can be found in our paper).
  3. Retrieves the corresponding labels for these surfaces. The features and labels are stored in the respective files, "u_aligned.json" / "l_aligned.json", representing the tooth point cloud information and segmentation labels. Each point in the point cloud corresponds one-to-one with the respective surface in the IOS mesh. You can implement this based on the provided description.

Thank you for your suggestions regarding the dataset and model. However, we regret that we are unable to share the dataset and pre-trained models due to privacy concerns. We appreciate your understanding and are happy to help with any other questions or clarifications.

Data_Structure

the dataset structure in ./data/DataSet/ should be organized as follows:

DataSet/
├── Case1_maxillary/
│   ├── u_aligned.stl
│   ├── u.txt
│   ├── u_aligned.json
├── Case1_mandibule/
│   ├── l_aligned.stl
│   ├── l.txt
│   └── l_aligned.json
└── ...

In this structure, the original data files for each case, such as "u_aligned.stl" and "u.txt," are placed together with the preprocessed file "u_aligned.json" (using "u" as an example; the same applies to "l").

⌨️8.ToothGroupNetwork:Team CGIP‘s Code In Miccai2022 3D Teeth Scan Segmentation and Labeling Challenge

Code_Link|Time:2024|Not_Reproduction

Paper_Link|Dataset_1|Dataset_2|CheckPoint

⌨️9.ToothGroupNetwork Implementation:A Test Code

Code_Link|Time:2025|Not_Reproduction

About

Paper_List_And_Code_About_CBCT_Segmentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published