You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
@NuthanakantiBhaskar
Try this :
from Augmentation.ImageAugmentation import DataAug3D
Instead of this :
from dataaugmentation.Augmentation.ImageAugmentation import DataAug3D
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
The text was updated successfully, but these errors were encountered: