Skip to content

PerceptionComputingLab/BEACCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEACCE

Code for our paper "BEACCE: Branch-Endpoint-Aware Double-DQN for Coronary Centerline Extraction in CT Angiography Images".

  • Propose the Double Deep Q-network based coronary artery tracing method in CCTA for the first time.
  • Extracts the entire coronary tree with lower time-cost than other state-of-the-art methods, uses only one seed and terminates tracing automatically.

The pipeline of our method is shown below:

Requirements

Python 3.6.2

Pytorch 1.7

CUDA 11.2

Coordinate transformation

python w_coor2v_coor.py

Training

python ddqn.py
python detector.py

Inference

python app.py

Cite

Please consider citing this project in your publications if it helps your research. The following is a BibTeX reference. The BibTeX entry requires the url LaTeX package.

@inproceedings{zhang2020branch,
  title={Branch-aware double DQN for centerline extraction in coronary CT angiography},
  author={Zhang, Yuyang and Luo, Gongning and Wang, Wei and Wang, Kuanquan},
  booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
  pages={35--44},
  year={2020},
  organization={Springer}
  }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages