-
Notifications
You must be signed in to change notification settings - Fork 39
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
Modify Output field of expression #89
Comments
Hi @ha-daiy If your goal is just to process larger chunks of output image, you can adjust the If your goal is to modify the expression field of the network, you have to do that inside the network, or build another network that reuses the original network and crop differently the output. |
Hi, |
In addition, based on my experiments, there is a flag called |
Hi,
According to this link"#8", it is stated: "You rfield and efield values (and spcscale if your net does change the physical spacing of the output) must be consistent with the model that you want to run." I am wiling to know how to change the Output field of expression which is currently [512,512] to a bigger one?(I am using the model in fully convolution mode). Right now, by using [512,512] the output is smaller than the input image(I think it will crop the input image to 512*512 pixels so some locations/pixels will not present in the output. Accordingly, to not lose those pixels I want to know if there is any rule(s) to learn to modify the Modify Output field of expression?
PS: my O.S is Ubuntu 20.04 and I am using the docker version with the CPU.
Thanks for your time.
The text was updated successfully, but these errors were encountered: