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

train_save_d1_train.csv #16

Closed AManHasNoName12138 closed 3 years ago

AManHasNoName12138 commented 3 years ago

Hi, thanks for your awesome code. When I ranCUDA_VISIBLE_DEVICES=0 python centerline_train_tools.py, I got an error File /Coronary-Artery-Tracking-via-3D-CNN-Classification/data_process_tools/patch_data/centerline_patch/train_save_d1_train.csv does not exist. I didn't find the code creating this .csv file in other .py files. Could you help me?