Skip to content
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

Augmain.py file is not executing #36

Closed
NuthanakantiBhaskar opened this issue Oct 22, 2020 · 2 comments
Closed

Augmain.py file is not executing #36

NuthanakantiBhaskar opened this issue Oct 22, 2020 · 2 comments

Comments

@NuthanakantiBhaskar
Copy link

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
Copy link
Owner

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
Copy link

nuje98 commented Feb 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants