Train Mask-RCNN on a Custom Dataset - Eric Chen's Blog
haochen23.github.io › 2020 › 06Jun 01, 2020 · Step 2: Install Dependencies ¶. Fisrt we need to downgrade tensorflow to 1.15.0 and keras to 2.2.5 in order to use Matterport's implementation of Mask-RCNN. I do this because I'm using Google Colab to do the experiment. !pip install tensorflow-gpu==1.15.0 !pip install keras==2.2.5. Then we clone matterport's implementation of Mask-RCNN and ...