Mask_rcnn: Google Colab installation ModuleNotFoundError

Created on 1 Aug 2019  路  5Comments  路  Source: matterport/Mask_RCNN

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'
image

Can someone help me out with this problem? Thank you so much.

Most helpful comment

I also face this error on Colab. I restart the kernel and reinstall mrcnn to fix this.

All 5 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LifeBeyondExpectations picture LifeBeyondExpectations  路  4Comments

wjdhuster2018 picture wjdhuster2018  路  3Comments

simone-codeluppi picture simone-codeluppi  路  3Comments

apptech-evan-huang picture apptech-evan-huang  路  3Comments

wadmes picture wadmes  路  4Comments