BubblyYi / Coronary-Artery-Tracking-via-3D-CNN-Classification

The PyTorch re-implement of a 3D CNN Tracker to extract coronary artery centerlines with state-of-the-art (SOTA) performance. (paper: 'Coronary artery centerline extraction in cardiac CT angiography using a CNN-based orientation classifier')
MIT License
187 stars 40 forks source link

Fix small errors I encounter while reproducing the results #11

Closed gvieralopez closed 3 years ago

gvieralopez commented 3 years ago

First of all, I want to say thanks to the authors for making this code available.

In this PR, I am updating the following:

BubblyYi commented 3 years ago

First of all, I want to say thanks to the authors for making this code available.

In this PR, I am updating the following:

  • Add SimpleITK to requirements.txt
  • Rename training_data to train_data in readme to be consistent with code
  • Fix path to reference.txt in seedpoints..positive.py
  • Improve markdown style in readme.md

Hi Gustavo Viera López,

Thank you for your interest in our projects and also for the sharing you have made.

Best, James