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

KeyError: 'randomcrop_output_size' #2

Open
Pluto-Ali opened this issue Aug 27, 2023 · 1 comment
Open

KeyError: 'randomcrop_output_size' #2

Pluto-Ali opened this issue Aug 27, 2023 · 1 comment

Comments

@Pluto-Ali
Copy link

pymic/transform/crop.py", line 186, in init
self.output_size = params['RandomCrop_output_size'.lower()]
KeyError: 'randomcrop_output_size'
The parameter RamdomCrop_output_size is not given in the configure file?

@MarkWijkhuizen
Copy link

Run into the same issue, fixed it by adding the following line in demo/pctnet_scratch.cfg to the # data transforms

RandomCrop_output_size = [64,128,128]

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

2 participants