-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The segmentation looks great but in my machine it took 120 seconds after I changed
[Predictions, SegTime] = SegmentVol(Data,70); % Change the 70 based on your GPU RAM size
to
[Predictions, SegTime] = SegmentVol(Data,10); % Change the 70 based on your GPU RAM size
The problem is when do resampling we either change the spacing or the size. In your sample case the spacing was 1mm and the size 256. I have an image with spacing 1.3mm and size 130, I don't think it is possible to change this image to 1mm and 256 with keeping its actual measurements.
Sorry if this is a very beginner question but could you please provide an example/tutorial about how to train the network on different dataset?
Metadata
Metadata
Assignees
Labels
No labels