-
Notifications
You must be signed in to change notification settings - Fork 44
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
FileNotFoundError #6
Comments
I think you can modify the variable 'base_dir' in file "project_config.py" . Such as ' base_dir = "../data/" ' |
@mxl94213 这个路径改过了,可是还是不可以,我猜是不是数据集的问题。 |
Yes, you should get the dataset from LUNA16 which has been divided into ten folders. |
@mxl94213 也就是说,这个代码用的数据集是LUNA16,是下载下来就可以直接输入代码吗?还是的需要处理一下啊?谢谢~ |
You can use directly. |
I think my desktop disk is not enough to store the generated data. So, when you run over the code on dataset, can you share the generated data after processing with me? |
@mxl94213 对,作者主页上说了的,得到的文件差不多100G,得需要比较大的disk才可以 |
@mxl94213 好的,没有问题,如果我这个跑通了,我在邮件里给你分享结果。 |
Thank you very much. My email is [email protected] . If you have problems, keeping in touch. @shanpufang. |
@mxl94213好的,有问题随时联系,我的邮箱[email protected] |
我在运行data_prepare.py时遇到这个问题:
FileNotFoundError:File b' d:/data/luna/CSVFILLES/annotation.csv' dose not exist
后来我自己在相应路径下建了了个文件夹也不可以,请问这是为什么呢?
作者在主页提供的那个数据集是对应代码的数据集吗?Imagenet32_train.zip
The text was updated successfully, but these errors were encountered: