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

How to Make a label

Opened this issue · 1 comments

Hello,
I would like to ask how to make the label, is the label converted into txt? There should be several txt files, what is the content of this txt file?
Looking forward to your reply

The paper states that the 3 main vessels (RCA, LAD and LCX) as well well some minor branches must be annotated, for each CCTA scan. The annotations, in the form of .txt files, must contain IJK coordinates of points along the vessels centerlines, as well as the lumen radius at each point.
Let's suppose that you choose to annotate the RCA, then you'd create a vessel_RCA.txt file having as many rows as the number of points along the centerline, and four columns, three for the X Y and Z IJK coordinates, and the fourth for the lumen radius.