Skip to content

jumbojing/Multi-View-Vertebra-Localization-and-Identification-from-CT-Images

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-View Vertebra Localization and Identification from CT Images

by Han Wu, Jiadong Zhang, Yu Fang, Zhentao Liu, Nizhuan Wang, Zhiming Cui and Dinggang Shen.

arXiv paper link: https://arxiv.org/abs/2307.12845

Introduction

This repository is the reference code for our paper 'Multi-View Vertebra Localization and Identification from CT Images' in MICCAI 2023. Overall Pipeline

Get Started

This repository is based on PyTorch 1.12.1 + Plastimatch 1.9.4.

Installation

For installation of the Plastimatch, you can refer to Plastimatch.

Training WorkFlow

  1. Preprocess the data
preprocess/preprocess.py
  1. DRR Generation
preprocess/generate_drr.py
preprocess/generate_drr_heatmap.py
  1. Multi-View Contrastive Learning
contrastive_learning/train_multi_view.py
  1. Localization/ Identification network training
train/train_localization.py
train/train_id_as_seg.py

Inference WorkFlow

  1. Preprocess the data
preprocess/preprocess.py
  1. DRR Generation
preprocess/generate_drr.py
  1. Single-View Localization & Identification
  2. Multi-View Fusion
  3. Evaluation
# 3-5 are all in eval_all.py
eavl/eval_all.py

Data Link

Public dataset:

Citation

@article{wu2023multiviewvert,
  title={Multi-View Vertebra Localization and Identification from CT Images},
  author={Han Wu, Jiadong Zhang, Yu Fang, Zhentao Liu, Nizhuan Wang, Zhiming Cui and Dinggang Shen},
  journal={International Conference on Medical Image Computing and Computer Assisted Intervention},
  year={2023}
}  

About

MICCAI 2023: Multi-View Vertebra Localization and Identification from CT Images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%