Skip to content

This is the official implementation of “THISNet: Tooth Instance Segmentation on 3D Dental Models via Highlighting Tooth Regions”

Notifications You must be signed in to change notification settings

li-pengcheng/THISNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THISNet: Tooth Instance Segmentation on 3D Dental Models via Highlighting Tooth Regions

Official PyTorch implementation of the paper entitled 'THISNet: Tooth Instance Segmentation on 3D Dental Models via Highlighting Tooth Regions'.

Installation

  1. install requirements
  • Python >=3.6
  • PyTorch = 1.8.0
  • pymeshlab = 2022.2
  • plyfile = 0.7.4
  1. conda env installation
conda env create -f environment.yml -n thisnet

Usage

You can train and test the model by running the following commands:

# Training steps:
python train.py
# Testing steps:
python test.py

Contact

If you have any technical questions, please contact:

Citation

If you find THISNet is useful in your research or applications, please consider giving us a star 🌟 and citing THISNet by the following BibTeX entry.

    @article{li2023thisnet,
      title={THISNet: Tooth Instance Segmentation on 3D Dental Models via Highlighting Tooth Regions},
      author={Li, Pengcheng and Gao, Chenqiang and Liu, Fangcen and Meng, Deyu and Yan, Yan},
      journal={IEEE Transactions on Circuits and Systems for Video Technology},
      page={5229-5241},
      year={2023},
      publisher={IEEE}
      }

Acknowledgment 

Our project is partially based on TSGCNet and SparseInst, and we sincerely thanks for their code and contribution to the community!

License

This code is only freely available for non-commercial research use. If you have other purpose, please contact:

  • Chenqiang Gao
  • E-mail: [email protected]
  • Copyright: Chongqing University of Posts and Telecommunications

About

This is the official implementation of “THISNet: Tooth Instance Segmentation on 3D Dental Models via Highlighting Tooth Regions”

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages