Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
geoyee committed Jul 5, 2021
1 parent 6b3a907 commit 6bc56c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ eiseg

## Windows exe

eiseg[QPT](https://github.com/GT-ZhangAcer/QPT)进行打包。从[百度云盘](https://pan.baidu.com/s/13Ac_LA2yxPT-tnRqUaYMsQ)(提取码:82z9)下载目前最新的iseg,解压后双击启动程序.exe即可运行程序。程序第一次运行会初始化安装所需要的包,请稍等片刻。
eiseg[QPT](https://github.com/GT-ZhangAcer/QPT)进行打包。从[百度云盘](https://pan.baidu.com/s/1K7cbNnlCtfEXcuiamdxjWA)(提取码:82z9)下载目前最新的iseg,解压后双击启动程序.exe即可运行程序。程序第一次运行会初始化安装所需要的包,请稍等片刻。

## 运行代码

Expand Down
2 changes: 1 addition & 1 deletion eiseg/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def load_params(self, params_path):
use_disks=True,
norm_radius=5,
with_prev_mask=True,
cpu_dist_maps=True
cpu_dist_maps=False # 目前打包cython有些问题,先默认用False
)
para_state_dict = paddle.load(params_path)
model.set_dict(para_state_dict)
Expand Down

0 comments on commit 6bc56c5

Please sign in to comment.