Closed joyschen closed 3 years ago
From the console output, it looks like nn-predict
worked. What is the issue?
Are the results bad? It might be because you trained the network with FLAIR images in the first spot and T1 images in the second spot (according to your source_dir
field), and you swapped the order in the predict_dir
field.
Or are you concerned that only the first directory is used because it states Starting synthesis of image: predict1_t1
...? That is just a logging message to indicate which image is being synthesized. It is using both directories. If you didn't supply the right number of directories, nn-predict
would raise an error.
Hi @jcreinhold Thanks for the quick response. My concern mostly came from the logging message. Thank you for the clarification, and I'll close the ticket then.
I've trained a model to synthesize t2 images from flair and t1 images. Now I'm trying to use "nn-predict" to check out synthesized results. Here's part of the config.json.
I wonder if "nn-predict" takes two folders as the input.
Here's the console output
It looks like "nn-predict" takes the first folder defined in "predict_dir" only. Can anyone please clarify?