提交 89742766 编写于 作者: W wangguanzhong 提交者: GitHub

add doc for cocoapi install in windows (#3676)

上级 5792f346
......@@ -36,7 +36,7 @@ python -c "import paddle; print(paddle.__version__)"
### Requirements:
- Python2 or Python3
- Python2 or Python3 (Only support Python3 for windows)
- CUDA >= 8.0
- cuDNN >= 5.0
- nccl >= 2.1.2
......@@ -58,6 +58,12 @@ COCO-API is needed for running. Installation is as follows:
# not to install the COCO API into global site-packages
python setup.py install --user
**Installation of COCO-API in windows:**
# if cython is not installed
pip install Cython
# Because the origin version of cocoapi does not support windows, another version is used which only supports Python3
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
## PaddleDetection
......
......@@ -35,7 +35,7 @@ python -c "import paddle; print(paddle.__version__)"
### 环境需求:
- Python2 or Python3
- Python2 or Python3 (windows系统仅支持Python3)
- CUDA >= 8.0
- cuDNN >= 5.0
- nccl >= 2.1.2
......@@ -56,6 +56,12 @@ python -c "import paddle; print(paddle.__version__)"
# 若您没有权限或更倾向不安装至全局site-packages
python setup.py install --user
**windows用户安装COCO-API方式:**
# 若Cython未安装,请安装Cython
pip install Cython
# 由于原版cocoapi不支持windows,采用第三方实现版本,该版本仅支持Python3
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
## PaddleDetection
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册