yijingru / Vertebra-Landmark-Detection

[ISBI 2020] Vertebra-Focused Landmark Detection for Scoliosis Assessment
MIT License
92 stars 26 forks source link

cobb_angle_calc #33

Open QianLingjun opened 1 year ago

QianLingjun commented 1 year ago

in cobb_angle_calc(pts, image), return cobb_angle1, cobb_angle2, cobb_angle3, cobb_angle1 = np.amax(maxt) cobb_angle1 = cobb_angle1/np.pi*180 , the max angle is cobb_angle1, and cobb_angle1, cobb_angle2, cobb_angle3 not match PT, MT, TL. Is my understanding correct