yeerwen / UniSeg

MICCAI 2023 Paper (Early Acceptance)
Other
161 stars 5 forks source link

Verse2020 dataset #7

Closed XFivezzz closed 1 year ago

XFivezzz commented 1 year ago

when I am running Python Convert in this step VerSe20 To NnUNet Dataset. py has been stuck as shown in the picture and has not generated splits_ Final.pkl file image

yeerwen commented 1 year ago

Maybe you can check the CPU and memory utilization. In my experience, this process takes longer due to the large data scale. One more question, how long has the program been stuck roughly?

XFivezzz commented 1 year ago

Thank you, you're right. I replaced a GPU and it's not stuck here anymore, but I feel like it will take a long time to complete it

Maybe you can check the CPU and memory utilization. In my experience, this process takes longer due to the large data scale. One more question, how long has the program been stuck roughly?

yeerwen commented 1 year ago

For the preprocessing of VerSe20, we use the code provided in the nnUNet framework. Thank you for your suggestion, GPU can really speed up the process.