Paddle缺少library

ojsjcaue  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(37)

请提出你的问题 Please ask your question

python parser.py

仅仅是model = lp.models.PaddleDetectionlayoutModel(config path="lp://Publ ayNet/ppyolov2 r50vd dcn 365e/config"
就报如下错误了:

Traceback (most recent call last):File "/home/user/chat/parser.py",line 17,in
model = lp.models.PaddleDetectionlayoutModel(config path="lp://Publ ayNet/ppyolov2 r50vd dcn 365e/config"

File "/home/user/anaconda3/lib/python3.11/site-packages/layoutparser/models/base layoutmodel.py", line 87,in new
requires backends(cls, CIS.DEPENDENCIES)
File "/home/user/anaconda3/lib/python3.11/site-packages/layoutparser/file utils.py", line 175, in requires backends
raise ImportError(
ImportError: PaddleDetectionLayoutModel requires the PaddlePaddle library butt wa5not found in your environment. Checkout the instructions on the installation page: https://github.com/PaddlePaddle/Paddle and follow the ones that match your environment.

相关问题