-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels