zhaofenqiang / Spherical_U-Net

Spherical U-Net for icosahedron discretized spherical surface data
12 stars 6 forks source link

data preparation. #4

Closed dhritimandas closed 3 years ago

dhritimandas commented 3 years ago

@zhaofenqiang

cool work.. I have been trying to implement this and have a question about the following line:

fold1 = '/media/fenqiang/DATA/unc/Data/NeonateParcellation/format_dataset/90/fold1'

could you please let me know more about the training data used and if it is publicly available for a preliminary implementation of the code ? I have looked up the examples folder and found .vtk files which I guess are for testing only. thanks.

zhaofenqiang commented 3 years ago

Hi, @dhritimandas

The data in that folder is private data, currently not publicly available. We also used another dataset for validating our method, it's available at https://www.insight-journal.org/midas/item/view/2467. You can try this dataset! Note it is in FreeSurfer format, and you can use the tools mentioned in another issue here to convert and visualize the data.

Good luck!