下载方式
百度云:链接:https://pan.baidu.com/s/1PPpPrSljZKh3i2RDT4hk2Q 提取码:oz3l
github:https://github.com/yujunhuics/LayoutReader
modelscrope下载(即将支持)
SDK下载
#安装ModelScope
pip install modelscope
#SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('yujunhuinlp/LayoutReader-only-layout-large')
Git下载
#Git模型下载
git clone https://www.modelscope.cn/yujunhuinlp/LayoutReader-only-layout-large.git
评论