83be1c8d2459483967f70dd0958b4d4fc2684978,imgaug/augmenters/geometric.py,Affine,_augment_images_by_samples,#Affine#Any#Any#Any#Any#,1311

Before Change


        // the shapes can change due to fit_output, then it may not be possible
        // to return an array, even when the input was an array
        if input_was_array:
            nb_shapes = len(set([image.shape for image in result]))
            if nb_shapes == 1:
                result = np.array(result, input_dtype)

After Change


        // the shapes can change due to fit_output, then it may not be possible
        // to return an array, even when the input was an array
        if input_was_array:
            nb_shapes = len({image.shape for image in result})
            if nb_shapes == 1:
                result = np.array(result, input_dtype)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 9

Instances


Project Name: aleju/imgaug
Commit Name: 83be1c8d2459483967f70dd0958b4d4fc2684978
Time: 2019-11-26
Author: kontakt@ajung.name
File Name: imgaug/augmenters/geometric.py
Class Name: Affine
Method Name: _augment_images_by_samples


Project Name: aleju/imgaug
Commit Name: 83be1c8d2459483967f70dd0958b4d4fc2684978
Time: 2019-11-26
Author: kontakt@ajung.name
File Name: imgaug/augmenters/size.py
Class Name: Resize
Method Name: _augment_images_by_samples


Project Name: aleju/imgaug
Commit Name: 83be1c8d2459483967f70dd0958b4d4fc2684978
Time: 2019-11-26
Author: kontakt@ajung.name
File Name: imgaug/augmenters/size.py
Class Name: KeepSizeByResize
Method Name: _keep_size_images


Project Name: tensorpack/tensorpack
Commit Name: 552c2b3b51c83fc27bdf6df691f1d707e40865f9
Time: 2020-01-09
Author: ppwwyyxx@users.noreply.github.com
File Name: tensorpack/graph_builder/distributed.py
Class Name: DistributedReplicatedBuilder
Method Name: _shadow_model_variables


Project Name: aleju/imgaug
Commit Name: 83be1c8d2459483967f70dd0958b4d4fc2684978
Time: 2019-11-26
Author: kontakt@ajung.name
File Name: imgaug/augmenters/size.py
Class Name: CropAndPad
Method Name: _augment_images_by_samples