使用Keras和Tensorflow设置和安装Mask RCNN

10 篇文章 0 订阅
5 篇文章 0 订阅

参考:


概述如何安装

Step 1: create a conda virtual environment with python 3.6
Step 2: install the dependencies
Step 3: Clone the Mask_RCNN repo
Step 4: install pycocotools
Step 5: download the pre-trained weights
Step 6: Test it

Step 1 - Create a conda virtual environment

we will be using Anaconda with python 3.6.
If you don’t have Anaconda, follow this tutorial
https://www.youtube.com/watch?v=T8wK5loXkXg

  • run this command in a CMD window
conda create -n MaskRCNN python=3.6 pip

Step 2 - Install the Dependencies

actvitate MaskRCNN
pip install -r requirements.txt
  • NOTE: we’re installing these (tf-gpu requires some pre-reqs)
    numpy, scipy, cython, h5py, Pillow, scikit-image,
    tensorflow-gpu==1.5, keras, jupyter

Step 3 - Clone the Mask RCNN Repo

  • Run this command
git clone https://github.com/matterport/Mask_RCNN.git

Step 4 - Install pycocotools

git clone https://github.com/philferriere/cocoapi.git
  • use pip to install pycocotools
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

Step 5 - Download the Pre-trained Weights

Step 6 - Let’s Test it!

open up the demo.ipynb and run it

  • 2
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值