0cea7b5851a24ba47ac99bc0bc6c676202cc7cc9,deepmedic/dataManagement/sampling.py,,load_subj_and_sample,#,241

Before Change


    channs_of_samples_per_path = [[] for i in range(cnn3d.getNumPathwaysThatRequireInput())]
    lbls_predicted_part_of_samples = []  // Labels only for the central/predicted part of segments.

    dims_hres_segment = cnn3d.get_inp_shape_of_path(0, train_val_or_test)
    
    // Load images of subject
    time_load_0 = time.time()
    (channels,  // nparray [channels,dim0,dim1,dim2]

After Change


    channs_of_samples_per_path = [[] for i in range(cnn3d.getNumPathwaysThatRequireInput())]
    lbls_predicted_part_of_samples = []  // Labels only for the central/predicted part of segments.

    dims_hres_segment = inp_shapes_per_path[0]
    
    // Load images of subject
    time_load_0 = time.time()
    (channels,  // nparray [channels,dim0,dim1,dim2]
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: Kamnitsask/deepmedic
Commit Name: 0cea7b5851a24ba47ac99bc0bc6c676202cc7cc9
Time: 2020-01-18
Author: konstantinos.kamnitsas12@imperial.ac.uk
File Name: deepmedic/dataManagement/sampling.py
Class Name:
Method Name: load_subj_and_sample


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


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