Skip to content

Apply on different dataset #6

@idhamari

Description

@idhamari

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions