Coronary-Artery-Tracking-via-3D-CNN-Classification icon indicating copy to clipboard operation
Coronary-Artery-Tracking-via-3D-CNN-Classification copied to clipboard

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 u...

Results 13 Coronary-Artery-Tracking-via-3D-CNN-Classification issues
Sort by recently updated
recently updated
newest added

Failure links are as follows: http://coronary.bigr.nl/centerlines/ http://coronary.bigr.nl/centerlines/download/dataconfidentiality.pdf Could you provide new links?Thank you !

Hi , I used cta08 image00-image06 as train set and leave the last image07 as validata set, and used seedpoints_patch_generater_postive.py(gap_size=100) to generate about 80000+ positive patches, used seedpoints_patch_generater_negative.py(move_step=19) to generate...

Hello! Could someone tell me the difference between _**offset**_ and **_no offset_** in centerline data?

how to generate the train CSV file and val CSV file?

Can I get your trained network? When I was training Seeds_train, my val_loss did not converge all the time, and the effect was very bad during the test ![Total_loss_seeds_model_s0](https://user-images.githubusercontent.com/72775791/95807406-ad340b00-0d3c-11eb-90f7-b44f678be5ea.jpg)

Can I have a look at your training loss chart? my val direction loss can be reduced normally, but neither the radius nor proximity regression val loss can be reduced....

Hello! Can you tell me thow to multiplanar reconstruction (MPR) with input vessel volume and the centerline to straighten the vessel volume? Thank you in advance

Anyone could share CAT08 Dataset for research? The website link of this dataset is invalid now. Or Who shall teach me how to make my own dataset for coronary centerline...

The link with dataset dowload does't work: http://coronary.bigr.nl/centerlines/ And this link too: http://coronary.bigr.nl/centerlines/download/dataconfidentiality.pdf Can you give the another acces to download the dataset please?

https://github.com/BubblyYi/Coronary-Artery-Tracking-via-3D-CNN-Classification/blob/976542c070c5e041b87ddb2d75876a4d6acfebfe/data_process_tools/utils.py#L123 Hey, I am just wondering if you could clarify on how you come up with the 'ellipse' value = 0.1? Also, for curr_r, I presume it is radius from...