Layout-Parser / layout-parser

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

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

Open ShaileshSardaTTL opened 10 months ago

ShaileshSardaTTL commented 10 months ago

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!

kokul93 commented 7 months ago

Not Working in Mac M2, Any solution for Mac m2??

quandn2003 commented 3 months ago

Did you receive assist ?