以下安装过程默认用户已安装好paddlepaddle-gpu或paddlepaddle(版本大于或等于1.7.1),paddlepaddle安装方式参照飞桨官网
推荐使用Anaconda Python环境,Anaconda下安装PaddleX参考文档Anaconda安装使用
注意其中pycocotools在Windows安装较为特殊,可参考下面的Windows安装命令
pip install paddlex -i https://mirror.baidu.com/pypi/simplegithub代码会跟随开发进度不断更新
git clone https://github.com/PaddlePaddle/PaddleX.git cd PaddleX git checkout develop python setup.py installPaddleX依赖pycocotools包,如安装pycocotools失败,可参照如下方式安装pycocotools
Windows
Windows安装时可能会提示缺少Microsoft Visual C++ 2015 build tools,点击下载安装再执行如下pip命令
pip install cython pip install git+https://gitee.com/jiangjiajun/philferriere-cocoapi.git#subdirectory=PythonAPILinux/Mac安装
pip install cython pip install pycocotools