Replies: 5 comments 11 replies
-
我也一样,不知道哪里有问题。您解决了吗? |
Beta Was this translation helpful? Give feedback.
-
|
We encountered this issue as well. For us, the issue was due to the version mismatch between paddleocr and paddlepaddle (3.1.1 vs 3.3.0). Once we downgraded paddlepaddle to match the version of paddleocr, the issue went away. |
Beta Was this translation helpful? Give feedback.
-
|
At the time of this comment, the working combination is |
Beta Was this translation helpful? Give feedback.
-
|
I encountered the same issue , |
Beta Was this translation helpful? Give feedback.
-
|
I encountered the same issue , |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\pipelines_parallel.py", line 129, in predict
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\pipelines_parallel.py", line 129, in predict
yield from self._pipeline.predict(
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\pipelines\ocr\pipeline.py", line 357, in predict
det_results = list(
yield from self._pipeline.predict(
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\pipelines\ocr\pipeline.py", line 357, in predict
det_results = list(
^^^^^
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\pipelines\ocr\pipeline.py", line 357, in predict
det_results = list(
^^^^^
det_results = list(
^^^^^
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\models\base\predictor\base_predictor.py", line 272, in call
^^^^^
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\models\base\predictor\base_predictor.py", line 272, in call
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\models\base\predictor\base_predictor.py", line 272, in call
yield from self.apply(input, **kwargs)
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\models\base\predictor\base_predictor.py", line 329, in apply
prediction = self.process(batch_data, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\models\text_detection\predictor.py", line 105, in process
batch_preds = self.infer(x=x)
^^^^^^^^^^^^^^^
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\models\common\static_infer.py", line 297, in call
pred = self.infer(x)
^^^^^^^^^^^^^
File "d:\Program Files\Python312\Lib\site-packages\paddlex\inference\models\common\static_infer.py", line 260, in call
self.predictor.run()
NotImplementedError: (Unimplemented) ConvertPirAttribute2RuntimeAttribute not support [pir::ArrayAttributepir::DoubleAttribute] (at E:\LqmTempSource\Paddle\paddle\fluid\framework\new_executor\instruction\onednn\onednn_instruction.cc:118)
Beta Was this translation helpful? Give feedback.
All reactions