Skip to content

Implementation of "CBCT-Dental Scan Registration via Metal-Robust CT Segmentation"

Notifications You must be signed in to change notification settings

Namkwangwoon/Segmentation-based-Registration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CBCT-Dental Scan Registration via Metal-Robust CT Segmentation

Implementation of "CBCT-Dental Scan Registration via Metal-Robust CT Segmentation"

Overall Process

Framework

Prerequisites

Installation

The required packages are located in requirements.txt.

pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html

pip install -r requirements.txt

Training

To train our detection baseline, follow below train instruction.

python train/train_0_detection.py 
python train/train_1_detection_and_metal_classification.py 

Testing

To test the performance of our method, place the given pretrained weight inside of checkpoints/detection_best_model.pth. To test the performance of our method, place the given pretrained weight inside of checkpoints/detection_and_metal_classification_best_model.pth.

python test/test_0_detection.py
python test/test_1_detection_and_metal_classification.py

About

Implementation of "CBCT-Dental Scan Registration via Metal-Robust CT Segmentation"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%