Skip to content

Bug when running networks on image crops #32

@maweigert

Description

@maweigert

Hi,

Applying a network on an image crop after it was already applied on the full image currently yields the network result for the full image, which is rather strange.

Steps to reproduce (using the shipped deconv network on blobs)

run("Blobs (25K)");
run("Deconvolution - Microtubules", "input=blobs.gif ntiles=1 batchsize=10 showprogressdialog=true");
selectWindow("blobs.gif");
makeRectangle(93, 55, 82, 84);
run("Crop");
run("Deconvolution - Microtubules", "input=blobs.gif ntiles=1 batchsize=10 showprogressdialog=true");

System: OSX 10.14.6, csbdeep-0.5.0

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