提交 28168b90 编写于 作者: P Phil Ferriere 提交者: Waleed

Add pycocotools to Requirements, Installation sections (#12)

* Add pycocotools to Requirements, Installation sections

* Fix path to waleed's repo

* Update README.md
上级 74009f56
......@@ -152,7 +152,6 @@ Contributions to this repository are welcome. Examples of things you can contrib
You can also [join our team](https://matterport.com/careers/) and help us build even more projects like this one.
## Requirements
* Python 3.4+
* TensorFlow 1.3+
......@@ -160,12 +159,22 @@ You can also [join our team](https://matterport.com/careers/) and help us build
* Jupyter Notebook
* Numpy, skimage, scipy
If you use Docker, the model has been verified to work on
To train or test on MS COCO, you'll also need:
* pycocotools
* [MS COCO Dataset](http://cocodataset.org/#home)
If you use Docker, the code has been verified to work on
[this Docker container](https://hub.docker.com/r/waleedka/modern-deep-learning/).
## Installation
1. Clone this repository
2. Download pre-trained COCO weights from the releases section of this repository.
2. Download pre-trained COCO weights (mask_rcnn_coco.h5) from the [releases page](https://github.com/matterport/Mask_RCNN/releases).
3. (Optional) To train or test on MS COCO install `pycocotools` from one of these repos. They are forks of the original pycocotools with fixes for Python3 and Windows (the official repo doesn't seem to be active anymore).
* Linux: https://github.com/waleedka/coco
* Windows: https://github.com/philferriere/cocoapi.
You must have the Visual C++ 2015 build tools on your path (see the repo for additional details)
## More Examples
![Sheep](assets/sheep.png)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册