Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when running networks on image crops #32

Open
maweigert opened this issue Jan 7, 2020 · 1 comment
Open

Bug when running networks on image crops #32

maweigert opened this issue Jan 7, 2020 · 1 comment

Comments

@maweigert
Copy link
Collaborator

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

@maweigert
Copy link
Collaborator Author

btw, everything is normal if the crop is duplicated in between the network applications, so it might be an issue of imagej only keeping a view when cropping...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant