junqiangchen / LUNA16-Lung-Nodule-Analysis-2016-Challenge

LUNA16-Lung-Nodule-Analysis-2016-Challenge
https://luna16.grand-challenge.org/
264 stars 86 forks source link

Augmain.py file is not executing #36

Closed NuthanakantiBhaskar closed 2 years ago

NuthanakantiBhaskar commented 4 years ago

Dear Sir, your work is helped me a lot in that I'm facing following problem, please suggest how to run Augmain.py in spyder. when I run it showing following error:

File "D:\mywork\LUNA16 Master\Augmain.py", line 1, in from dataaugmentation.Augmentation.ImageAugmentation import DataAug3D

ModuleNotFoundError: No module named 'dataaugmentation'

So, please provide the solution for above problem.

thank for advance

junqiangchen commented 3 years ago

Dear Sir, your work is helped me a lot in that I'm facing following problem, please suggest how to run Augmain.py in spyder. when I run it showing following error:

File "D:\mywork\LUNA16 Master\Augmain.py", line 1, in from dataaugmentation.Augmentation.ImageAugmentation import DataAug3D

ModuleNotFoundError: No module named 'dataaugmentation'

So, please provide the solution for above problem.

thank for advance

you can try on pycharm

nuje98 commented 3 years ago

@NuthanakantiBhaskar Try this : from Augmentation.ImageAugmentation import DataAug3D Instead of this : from dataaugmentation.Augmentation.ImageAugmentation import DataAug3D