未验证 提交 2d8d2430 编写于 作者: H hz1943 提交者: GitHub

Change installation order of PaddleDetection (#4194)

Using original order will cause weird exception, like "RuntimeError..
上级 59c95463
......@@ -67,12 +67,12 @@ python -c "import paddle; print(paddle.__version__)"
cd <path/to/clone/PaddleDetection>
git clone https://github.com/PaddlePaddle/PaddleDetection.git
# 安装其他依赖
pip install -r requirements.txt
# 编译安装paddledet
cd PaddleDetection
python setup.py install
# 安装其他依赖
pip install -r requirements.txt
```
**注意**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册