You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the following lines: pip install layoutparser import layoutparser as lp model = lp.Detectron2LayoutModel('lp://PubLayNet/faster_rcnn_R_50_FPN_3x/config', extra_config=["MODEL.ROI_HEADS.SCORE_THRESH_TEST", 0.8], label_map={0: "Text", 1: "Title", 2: "List", 3:"Table", 4:"Figure"})
Getting the following error even though I have downloaded Dectectron2 following this walkthrough. I also successfully downloaded torchflow. AttributeError: module layoutparser has no attribute Detectron2LayoutModel
This is what I see when I check my installation. I use windows. The layoutparser version is layoutparser-0.3.2
I was looking for my CUDA version by running nvcc --version but I get this from my terminal 'nvcc' is not recognized as an internal or external command, operable program or batch file.
Thank you in advance for helping look into this issue!
The text was updated successfully, but these errors were encountered:
I ran the following lines:
pip install layoutparser
import layoutparser as lp
model = lp.Detectron2LayoutModel('lp://PubLayNet/faster_rcnn_R_50_FPN_3x/config', extra_config=["MODEL.ROI_HEADS.SCORE_THRESH_TEST", 0.8], label_map={0: "Text", 1: "Title", 2: "List", 3:"Table", 4:"Figure"})
Getting the following error even though I have downloaded Dectectron2 following this walkthrough. I also successfully downloaded torchflow.
AttributeError: module layoutparser has no attribute Detectron2LayoutModel
This is what I see when I check my installation. I use windows. The layoutparser version is layoutparser-0.3.2

I was looking for my CUDA version by running
nvcc --version
but I get this from my terminal'nvcc' is not recognized as an internal or external command, operable program or batch file.
Thank you in advance for helping look into this issue!
The text was updated successfully, but these errors were encountered: