David Lau

Results 3 issues of David Lau

Hi team, I have a dataset with image size 512x512x32 and spacing 0.43x0.43x5. I want to train a low-resolution model with image size 128x128x32 and spacing 1.72x1.72x5. We don't have...

Hi, I tried to run the inference on the CPU but got the below error. ``` File "\inference\predict_from_raw_data.py", line 494, in predict_logits_from_preprocessed_data prediction += self.predict_sliding_window_return_logits(data).to('cpu') RuntimeError: Inplace update to inference...

stale

Hi team, I'm training on brain lesion segmentation task. The lesions have various sizes, from 200mL. We first feed the small and large lesion data to the nnUNet, but the...