neheller / kits21

The official repository of the 2021 Kidney and Kidney Tumor Segmentation Challenge
MIT License
174 stars 47 forks source link

request another implementation of get_imaging in Julia #20

Closed mcfefa closed 3 years ago

mcfefa commented 3 years ago

Is it possible to get another implementation of get_imaging in Julia?

neheller commented 3 years ago

Sure! I'll read up on Julia and give it a go.

neheller commented 3 years ago

Okay I gave it a try. How does this look? Apologies if this is terrible coding practice for Julia.

https://github.com/neheller/kits21/blob/official-dataset-freeze/kits21/starter_code/get_imaging.jl

neheller commented 3 years ago

This branch has been merged to master so the file is here now

https://github.com/neheller/kits21/blob/master/kits21/starter_code/get_imaging.jl

neheller commented 3 years ago

I'm closing this for now. Feel free to reopen if the script isn't working for you.