LUNA16-Lung-Nodule-Analysis-2016-Challenge icon indicating copy to clipboard operation
LUNA16-Lung-Nodule-Analysis-2016-Challenge copied to clipboard

Augmain.py file is not executing

Open NuthanakantiBhaskar opened this issue 3 years ago • 2 comments

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

NuthanakantiBhaskar avatar Oct 22 '20 06:10 NuthanakantiBhaskar

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

junqiangchen avatar Nov 30 '20 04:11 junqiangchen

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

nuje98 avatar Feb 04 '21 06:02 nuje98