Skip to content

AttributeError: module 'layoutparser' has no attribute 'PaddleDetectionLayoutModel' #201

Open
@ShaileshSardaTTL

Description

@ShaileshSardaTTL

AttributeError Traceback (most recent call last)
in <cell line: 2>()
1 # load model
----> 2 model = lp.PaddleDetectionLayoutModel(config_path="lp://PubLayNet/ppyolov2_r50vd_dcn_365e/config",
3 threshold=0.5,
4 label_map={0: "Text", 1: "Title", 2: "List", 3:"Table", 4:"Figure"},
5 enforce_cpu=False,

AttributeError: module 'layoutparser' has no attribute 'PaddleDetectionLayoutModel'

Using below Code:

model = lp.PaddleDetectionLayoutModel(config_path="lp://PubLayNet/ppyolov2_r50vd_dcn_365e/config",
threshold=0.5,
label_map={0: "Text", 1: "Title", 2: "List", 3:"Table", 4:"Figure"},
enforce_cpu=False,
enable_mkldnn=True)

For installation using:
pip install "layoutparser[paddledetection]"

Assist!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions