Shailesh S
Shailesh S
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 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"},...
**Install all the dependencies: deepdoctection version 0.28 is there.** `--------------------------------------------------------------------------- InvalidArgumentError Traceback (most recent call last) Cell In[16], line 16 13 dpts = [] 14 html_list = [] ---> 16...
Hi There, I am trying to run the layout parser on custom data. It seems that after training on faster rcnn data I have observed that the mode_final.pth is not...