I think this is similar to this previous issue (#2405) which was closed without a resolution, and would appreciate any advice you have on getting this to work. Essentially I'm confident I've set the environment variables correctly, and the data is in the correct format, however, I repeatedly get the following error:
"RuntimeError: Could not find a dataset with the ID 1. Make sure the requested dataset ID exists and that nnU-Net knows where raw and preprocessed data are located (see Documentation - Installation). Here are your currently defined folders:"
I've tried the following Python code to debug, and I'm increasingly confused as to where the error is coming from:
code:
Hi,
I think this is similar to this previous issue (#2405) which was closed without a resolution, and would appreciate any advice you have on getting this to work. Essentially I'm confident I've set the environment variables correctly, and the data is in the correct format, however, I repeatedly get the following error:
"RuntimeError: Could not find a dataset with the ID 1. Make sure the requested dataset ID exists and that nnU-Net knows where raw and preprocessed data are located (see Documentation - Installation). Here are your currently defined folders:"
I've tried the following Python code to debug, and I'm increasingly confused as to where the error is coming from: code:
output
Any advice would be greatly appreciated.
Many thanks