comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Question about the automatic evaluation pipeline when the ground truth of each patient is the folder. #348

Closed Luoxd1996 closed 1 year ago

Luoxd1996 commented 1 year ago

Description

I found that in the segmentation example, the groud-truth just supports each volume has one segmentation file, but in the SegRap2023, each patient has many individual organs files, so each patient ground truth is a folder rather than a single files, like this struct: ├─ SegRap_0001 ├─ Brain.nii.gz ├─ Brainstem.nii.gz ├─ ... ├─ ... ├─ Brain.nii.gz ├─ Brainstem.nii.gz ├─ ... ├─ SegRap_xxxx ├─ Brain.nii.gz ├─ Brainstem.nii.gz ├─ ... I don't know how to modify the segmentation example to suit our task automatic evaluation on the grand challenge, do you give us some advice?

What I Did

I don't know how to solve it.

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.

Ok.

jmsmkn commented 1 year ago

Your ground truth folder can be any format as you're only adding this to your docker container image. For example, you could:

This is not really an issue with the evalutils library. For help with your challenge setup please contact the Grand Challenge support email and they will be happy to meet to get you setup.