Layout-Parser / layout-parser

A Unified Toolkit for Deep Learning Based Document Image Analysis
https://layout-parser.github.io/
Apache License 2.0
4.9k stars 469 forks source link

cant find "'lp://PrimaLayout/mask_rcnn_R_50_FPN_3x/config'" #4

Closed StevenBanama closed 4 years ago

StevenBanama commented 4 years ago

hi, it 's a awesome project, thx for work. but i cant load pretrain-weight from path which names "'lp://PrimaLayout/mask_rcnn_R_50_FPN_3x/config'". Can u give me a hand to solve it? Tons of thx.

lolipopshock commented 4 years ago

Thank you @StevenBanama ! Actually this should be a bug in the previous version. It's already solved by https://github.com/Layout-Parser/layout-parser/commit/8b6156a512cbb0aadc64984bb780c719ab78e107 . You just need to upgrade your layoutparser via pip install -U layoutparser.

StevenBanama commented 4 years ago

@lolipopshock thx for your effort, it works.