77159/importerror-no-module-named-imgaug
Hi Guys,
I am trying to set up the environment for the Mask-RCNN model. But it is showing me the below error when I tried to run the requirement.txt file.
ImportError: No module named imgaug
How can I solve this error?
Hi@akhtar,
You need to install the imgaug module in your system. You can use the below command to install this module.
$ pip install imgaug
I hope this will help you.
Hi@akhtar, You can upgrade to six-1.10.x using $ easy_install ...READ MORE
If you are using Anaconda, go to ...READ MORE
Hi@akhtar, I think this problem is related to ...READ MORE
Hi@akhtar, This mnist package comes with keras module ...READ MORE
You can also use the random library's ...READ MORE
Syntax : list. count(value) Code: colors = ['red', 'green', ...READ MORE
Enumerate() method adds a counter to an ...READ MORE
You can simply the built-in function in ...READ MORE
Hi@akhtar, I think you got this error because of incompatible ...READ MORE
Hi@akhtar, By default it comes with Anaconda but ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.