You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
312 B
12 lines
312 B
3 years ago
|
PaddleRS develop安装
|
||
|
|
||
|
github代码会跟随开发进度不断更新,可以安装develop分支的代码使用最新的功能,安装方式如下:
|
||
|
|
||
|
```commandline
|
||
|
git clone https://github.com/PaddleCV-SIG/PaddleRS
|
||
|
cd PaddleRS
|
||
|
git checkout develop
|
||
|
pip install -r requirements.txt
|
||
|
python setup.py install
|
||
|
```
|