Skip to content

Auto3DSeg for Multi-Modal/Phase Input #1071

Answered by moonforsun
moonforsun asked this question in Q&A
Discussion options

You must be logged in to vote

[Update on 01/03/2023]: The answer is: Preparing the data in a 4D nifty can be the solution for this. Project-MONAI/MONAI#5592 (comment)

@KumoLiu Thank you for your reply. Yes, the issue here is indeed due to the JSON. The reason is that I have multiple phase data for each case.

Single phase/modality data that can be run in current Auto3DSeg version:
{
"testing": [
{
"image": "imagesTs/hippocampus_267.nii.gz"
},
{
"image": "imagesTs/hippocampus_379.nii.gz"
},
...
}

Multiple phase/modality data that has the issue as in Project-MONAI/MONAI#5592:
{
"testing": [
{
"image": ["imagesTs/phase1.nii.gz", "imagesTs/phase2.nii.gz"]
},
{
"image": ["imagesTs/phase1.nii.gz", "imagesTs/phase2.nii.gz"]
},

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@KumoLiu
Comment options

@moonforsun
Comment options

Answer selected by moonforsun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants