Cannot run Auto3DSeg Two-Minute "Hello-World" Example because "dataset is not highly anisotropic" error #1904
Unanswered
AlexandreLaborde
asked this question in
General
Replies: 1 comment
-
Hi @AlexandreLaborde, thanks for your interest here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
I am trying to run the most basic hello_world tutorial and no matter what I do, I cannot get it to run the model.
All I did is follow the instructions to install all the dependencies and then copy and the notebook for the
A Two-Minute "Hello-World" Example
from https://github.com/Project-MONAI/tutorials/blob/main/auto3dseg/notebooks/auto3dseg_hello_world.ipynb and it failed on therunner.run()
operation.I tried the 'auto3dseg/notebooks/auto_runner.ipynb' notebook next and it also cannot run.
Looking at the output, in both tutorials all the datasets are skipped due to "dataset is not highly anisotropic". Following this, the runner cannot train as there are no datasets left.
Considering I did not change any of the tutorial code, what am I doing wrong?
Environment (please complete the following information):
[ from print_config() ]
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions