-
问题:使用demo测试发现涉及到视频流检测的,会报错如下:
Exception in thread "main" java.lang.ExceptionInInitializerError
at ai.djl.paddlepaddle.engine.PpEngine.newBaseManager(PpEngine.java:110)
at ai.djl.paddlepaddle.en…
-
LAC使用的paddlepaddle API 在 2.5.0已经被删除,希望可以适配新的paddlepaddle
-
[GOT-OCR2.0](https://github.com/Ucas-HaoranWei/GOT-OCR2.0/) 是由 StepFun 和中国科学院大学推出的专用于通用 OCR 任务的多模态大模型,参数量 0.6B,采用 vision encoder+input embedding layer+decoder 的 pipeline。我们需要跟进与丰富PaddleMIX中的跨模态文图模型,从模…
-
Hello,
Currently trying to run a script using PaddlePaddle 1.5.1 in its dependencies.
So my default config includes:
python {
buildPython "C:\\Path\\To\\Python\\Interpreter\\python…
-
### 问题描述 Please describe your issue
![屏幕截图 2024-08-12 112308](https://github.com/user-attachments/assets/d4421f7c-bcba-432d-9353-73c2e0acab35)
-
# Reference
- [ ] [YOLO V3 目标检测 - Paddle](https://github.com/PaddlePaddle/models/blob/v1.4/PaddleCV/yolov3/README_cn.md)
- [ ] [YOLOv3增强模型 - Paddle](https://github.com/PaddlePaddle/PaddleDetection/b…
-
Checklist
- [ ] I've prepended issue tag with type of change: [feature]
- [ ] (If applicable) I've documented below the DLC image/dockerfile this relates to
- [ ] (If applicable) I've documented th…
eeric updated
9 months ago
-
paddlepaddle-gpu:3.0.0b1
paddle2onnx:1.2.9
PaddleSeg:2.9.0
RTFormer转onnx格式输出结果不一致,使用随机数作为输入,使用PaddleSeg提供预训练模型转换。paddle2.6版本下是一致的。
-
**环境**
- PaddlePaddle 2.6.1
- Ubuntu 22.04
- Paddle2ONNX 1.2.11
- onnxruntime 1.19.2
**问题描述**
在使用onnxrunime推理的是报错,错误信息如下:
```
return self._sess.run(output_names, input_feed, run_…
-
按照文档,在conda虚拟环境先安装了paddle-gpu版本,再安装了paddlespeech。调用PaddleSpeech/examples/aishell3/vits/local/preprocess.sh预处理shell处理数据时,报错。根据报错应该是paddle的numpy和paddlespeech需要的版本不一致,我也不敢贸然修改numpy的版本,因为可能导致paddle出什么问题。有…