Error in Algorithm

Error in Algorithm  

  By: marrnavarro on Sept. 23, 2023, 1:50 p.m.

Hello,

I created an algorithm (Hip Joints Detector) on Grand Challenge and when I try it out with .mha images I get an HDF5-DIAG Error. Do you know why?

Thank you!

Re: Error in Algorithm  

  By: jmsmkn on Sept. 25, 2023, 2:21 p.m.

This is an error that is occurring in your algorithm container image. Unfortunately we cannot really help you debug code within your container. It is best if you test your algorithm offline before uploading to Grand Challenge. You need to use an appropriate loader within your algorithm container image to read the files. The input files to your algorithm will be MHA files, not HDF5.