-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error trying to run inference #12
Comments
Hi Renan, I suggest you set Moreover, I see that you set Of course, if you have further questions, feel free to ask. Luca |
Thanks for the quick answer, I had realised the mistake on the data part and will probably just redo the inference code so it can just take one file and receive the parameters through the command line. As for the pre-processing, thanks for the tip, but I can't seem to find the pre-processing field at all in the recommended experiment.yml template?
that is the yml posted on the github page, is it supposed to have a preprocessing field? It is not included in gen-inference-unet.yaml either:
|
That is my bad, I missed it while creating the template for some reason. As always, if you need any further questions, feel free to ask. Otherwise, I'll close the issue. |
That was it, thanks for the help. |
Hello, I'm trying to run inference by executing the main.py with a configuration file based on the gen-inference-unet in the configs folder, I'm pointing my dataset to a folder with the images I want to segment in .npy format. I get the following error:
looking at the code there seems to be a section which should handle none preprocessing fields, but it doesn't seem to be working, here is my yml:
Any help is appreciated, thanks.
The text was updated successfully, but these errors were encountered: