vikashg / FiberNet

This is work in progress for creating white matter fiber clusters using deep learning methods
1 stars 0 forks source link

Volumetric parameterization code #1

Open xifengustc opened 4 years ago

xifengustc commented 4 years ago

Hi Vikash,

I am recently reading your fiber-net paper and would like to have a try on it. I have gone through the code you shared on Github but I did not find the code for volumetric parameterization. Do I miss something or the code is still being developed?

Thanks!

vikashg commented 4 years ago

Hi, Ya this repository is not for the parameterization. The parameterization code is here https://github.com/vikashg/Conformal_Mapping Once you do the parameterization, the fibernet code can be used for the classification. Let me know if you find any difficulty in making that work. Vikash