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
188 stars 40 forks source link

CAT08 Dataset or make own dataset? #20

Open 1hell0the1others8 opened 3 years ago

1hell0the1others8 commented 3 years ago

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 tracking? By the way, I have no idea how to get the reference radius r based on centerlines and CTA image patch. For a centain point x, is the radius r a fixed value which means coronary vessel lumen radius or just a random value?

3Dlion commented 2 years ago

same request for dataset! I have used Mimics software to make own dataset. Mimics has a semi-automatic tool of coronary extraction. Many other medical image processing software has the function of centerline extraction, but you have to segment vessels firstly.

liyuxuan89 commented 2 years ago

Is there new link to the dataset. I also find the dataset's link invalid.

gregpost commented 2 years ago

I suggest to build the dataset together. I already have my own dataset with 38 CT series. But if somebody have another dataset this is good idea to combine our datasets together. You can send me an email to exchange our datasets.

Manasi-25 commented 1 year ago

did anyone here got the access to the dataset?? If yes Please share!!

jinaozhang commented 1 year ago

同求数据集,有的话麻烦分享一下,万分感谢!

francescopisu commented 1 year ago

@gregpost do you think the ASOCA dataset could be integrated with CAT08 ? I didn't manage to download CAT08 but I have ASOCA. Whoever has any idea about how the CAT08 is structured, what kind of format is used, how the labels and centerlines are provided, etc. can send me a message on LinkedIn

journey1234-liu commented 10 months ago

Any updates on this issue?

francescopisu commented 10 months ago

@journey1234-liu No updates: CAT08 can't be shared anymore; ASOCA apparently had the same fate, unfortunately

gregpost commented 10 months ago

@francescopisu @journey1234-liu We made our own dataset. I can show you the example of this: https://disk.yandex.ru/d/LR-C42NwDC7RRA

francescopisu commented 10 months ago

@gregpost BASED. Thank you. Did you have to balance positive/negative ostia and seed patches and offset/no offset centerline patches when generating the train and val datasets?