Closed angolin22 closed 1 year ago
For Q1: We didn't consider the inference of the new data in the latest version of our code. If you want to do so, there are some necessary changes that need to be made to our code. Specifically, you need to concern the code of nnUNet_predict in the nnUNet framework to let the framework know the ongoing task. Thanks for your reminder, we will implement the above functionality and provide the code tomorrow.
For Q2: No, our UniSeg can only predict all targets for a specific task in one iteration when the batch size is set to 1.
Thanks very much for your reply. I want to ask: when predicting, how do I set up the prediction for a specific task or where is this part of the code?
We are implementing this part of the code.
Hi, we have uploaded this part of the code.
Thanks for your work, this helps me a lot, so I want to ask some question.