Shailesh S

Results 3 issues of 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"},...

bug

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...