Skip to content

No work #217

@jmu201621143028

Description

@jmu201621143028

Thank you for your great work.
this is my code:

import layoutparser as lp
import cv2

model = lp.PaddleDetectionLayoutModel('lp://PubLayNet/ppyolov2_r50vd_dcn_365e/config')

image = cv2.imread("paper-image.jpg")
layout = model.detect(image)
lp.draw_box(image, layout, box_width=3).show()

i noticed the value of layout is zero.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions