52fe8de7880d08fc7f2eff1115e95d8a98b34dd0,deepmedic/routines/testing.py,,predict_whole_volume_by_tiling,#Any#Any#Any#Any#Any#Any#Any#Any#,222

Before Change



    // Tile the image and get all slices of the tiles that it fully breaks down to.
    slice_coords_all_tiles = get_slice_coords_of_all_img_tiles(log,
                                                               cnn3d.pathways[0].getShapeOfInput("test")[2:],
                                                               stride_of_tiling,
                                                               batchsize,
                                                               inp_chan_dims,

After Change



    // Tile the image and get all slices of the tiles that it fully breaks down to.
    slice_coords_all_tiles = get_slice_coords_of_all_img_tiles(log,
                                                               cnn3d.get_inp_shape_of_path(0, "test"),
                                                               stride_of_tiling,
                                                               batchsize,
                                                               inp_chan_dims,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: Kamnitsask/deepmedic
Commit Name: 52fe8de7880d08fc7f2eff1115e95d8a98b34dd0
Time: 2020-01-15
Author: konstantinos.kamnitsas12@imperial.ac.uk
File Name: deepmedic/routines/testing.py
Class Name:
Method Name: predict_whole_volume_by_tiling


Project Name: Kamnitsask/deepmedic
Commit Name: 52fe8de7880d08fc7f2eff1115e95d8a98b34dd0
Time: 2020-01-15
Author: konstantinos.kamnitsas12@imperial.ac.uk
File Name: deepmedic/routines/testing.py
Class Name:
Method Name: inference_on_whole_volumes


Project Name: Kamnitsask/deepmedic
Commit Name: 52fe8de7880d08fc7f2eff1115e95d8a98b34dd0
Time: 2020-01-15
Author: konstantinos.kamnitsas12@imperial.ac.uk
File Name: deepmedic/dataManagement/sampling.py
Class Name:
Method Name: extractSegmentsGivenSliceCoords