ZHANGSAN
Results
1
issues of
ZHANGSAN
When I try to Create a Detectron2-based Layout Detection Model, I encounter the following error: ```python model = lp.Detectron2LayoutModel( 'lp://PrimaLayout/mask_rcnn_R_50_FPN_3x/config', extra_config=["MODEL.ROI_HEADS.SCORE_THRESH_TEST", 0.5], label_map={ 1: "TextRegion", 2: "ImageRegion" }) ``` Error:...
bug