SlicerIGT / aigt

Deep learning software modules for image-guided medical procedures
http://www.slicerigt.org
BSD 3-Clause "New" or "Revised" License
61 stars 43 forks source link

Unable to access dataset and trained models #32

Closed miruna20 closed 1 year ago

miruna20 commented 1 year ago

Hi,

unfortunately I am unable to access the dataset and the trained models at https://pocus.cs.queensu.ca/api/v1. Would you please let me know how I can obtain them?

Thank you, Miruna

ungi commented 1 year ago

Hi, here is another shared folder with the data: https://1drv.ms/u/s!AhiABcbe1DByhcxNwisvpLVxKOWjUg?e=a5Qwes Please cite this paper if you use the data in your research: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7654705/

miruna20 commented 1 year ago

Thank you very much for your answer! Would it be possible to also get the weights of the trained model?

ungi commented 1 year ago

Two trained models are saved in the same folder in files called SagittalSpine_04.h5 and SagittalSpine_05.h5. They are full TF models saved with weights and architecture all in one files. You can load these models with tf.keras.model.load_model(...)

miruna20 commented 1 year ago

Thank you very much!