Hello,
I'm trying to use this module in Google Colab.
So I successfully installed the module with the following commands.
!git clone https://github.com/matterport/Mask_RCNN.git
!pip install -r 'Mask_RCNN/requirements.txt'
!cd Mask_RCNN ; python setup.py install
Then !pip show mask-rcnn works, but when I tried to import mrcnn it said 'No Module Found'

Can someone help me out with this problem? Thank you so much.
I also face this error on Colab. I restart the kernel and reinstall mrcnn to fix this.
@ jeremyimmanuel
I need your help on running MaskRCNN in colab.
If you don't mind, can you provide your email ID?
Thanks
@jeremyimmanuel
I also find this error No module named 'mrcnn' in colab, please can you help me.
Thanks
@marwazaa i think i fixed it by restarting the kernel and just reinstalling the module. That was a year ago so I don't remember how I fixed it. Sorry.
%cd Mask_RCNN/
!python3 setup.py install
Try above lines before running the main code to get rid of module not found error for mrcnn
Most helpful comment
I also face this error on Colab. I restart the kernel and reinstall mrcnn to fix this.