Skip to content

Update README.md #3893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release/2.10
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions EISeg/med3d/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,10 @@ EISeg-Med3D 的使用整体流程如下图所示,我们将按照环境安装
git clone https://github.com/PaddlePaddle/PaddleSeg.git
```

3. 安装Paddle,在slicer的python interpreter中,参考[快速安装文档](https://www.paddlepaddle.org.cn/install/quick)安装PaddlePaddle。 比如Windows、CUDA 11.1,安装GPU版本,执行如下命令:
3. 安装Paddle,在slicer的python interpreter中,参考[快速安装文档](https://www.paddlepaddle.org.cn/install/quick)安装PaddlePaddle。 比如Windows、安装GPU版本,执行如下命令:
```
import sys
import os
sys.executable # 'D:/slicer/Slicer 5.0.3/bin/PythonSlicer.exe'

os.system(f"'{sys.executable}' -m pip install paddlepaddle-gpu==2.3.1.post111 -f https://www.paddlepaddle.org.cn/whl/windows/mkl/avx/stable.html")

import pip
pip.main(['install','paddlepaddle-gpu'])
```
<details>
<summary><b> 常见问题 </b></summary>
Expand Down