PaddleX icon indicating copy to clipboard operation
PaddleX copied to clipboard

PaddlePaddle End-to-End Development Toolkit(『飞桨』深度学习全流程开发工具)

Results 466 PaddleX issues
Sort by recently updated
recently updated
newest added
trafficstars

## 描述问题 我想最终在昇腾310P上推理PP-YOLOE-R-L模型。 第一步,我现在已经使用paddle2onnx插件成功将它转换成了onnx模型,并创建了产线yaml文件: ``` pipeline_name: rotated_object_detection SubModules: RotatedObjectDetection: module_name: rotated_object_detection model_name: PP-YOLOE-R-L model_dir: 'test_yoloe_r' batch_size: 1 threshold: 0.5 ``` 第二步,推理失败: `paddlex --pipeline test_rotated_object_detection.yaml --input dataset/rdet_dota_examples/images/P0047__1.0__0___0.png --use_hpip --hpi_config '{"backend": "onnxruntime"}'`...

## 描述问题 类似输入一个pdf文件,从多页中进行query的推理(需要理解整个pdf的上下文)。 尝试过这样的代码,但是好像每个问题都是单独一次推理 ` results = model.predict( input=[{"image": image1, "query":问题},{"image": image2, "query": 问题},{"image": image3, "query": 问题},{"image": image4, "query": 问题}], batch_size=1 ) `

## Checklist: - [ ] 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 - [ ] 翻阅[FAQ](https://paddlepaddle.github.io/PaddleX/main/FAQ.html) - [ ] 翻阅[PaddleX 文档](https://paddlepaddle.github.io/PaddleX/main/index.html) - [ ] 确认bug是否在新版本里还未修复 ## 描述问题 ![Image](https://github.com/user-attachments/assets/21e0fd8d-05ff-49a4-9fea-8d2ede59432c) ## 复现 1. 您使用的命令是? 2. 您使用的数据集是? det_coco_examples 3....

我找到一个文档有关此的描述 https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/tutorials/ocr_pipelines/OCR.html#3 而实际上面的文档是错的 但是在部署文档'https://paddlepaddle.github.io/PaddleX/latest/pipeline_deploy/serving.html#23' 中的服务化部署中明确写明 '各产线使用教程中的 “开发集成/部署” 部分提供了服务的 API 参考与多语言调用示例。在 [此处](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/pipeline_develop_guide.html) 可以找到各产线的使用教程。' 中找到开发集成/部署[¶](https://paddlepaddle.github.io/PaddleX/latest/pipeline_usage/pipeline_develop_guide.html#6) 找到OCR部分 在OCR文档中详细写明API 要求一个file字段 base64 但是无论我如何构造请求JSON 总是收到 172.16.1.207:55257 - "POST /ocr HTTP/1.1" 422 Unprocessable Entity INFO: 172.16.1.207:55267 -...

请提供您出现的报错信息及相关log ## 环境 1. 请提供您使用的PaddlePaddle、PaddleX版本号、Python版本号 paddle2onnx 2.0.2rc3 paddlepaddle 3.0.0.dev20250609 paddlepaddle-gpu 3.0.0 paddlex 3.0.1 pandas 1.5.3 2. 请提供您使用的操作系统信息,如Linux/Windows/MacOS Linux/Windows 3. 请问您使用的CUDA/cuDNN的版本号是? CUDA 12.6 通过paddlex转化onnx paddlex --paddle2onnx --paddle_model_dir ./model_ocr/det/PP-OCRv5_server_det --onnx_model_dir ./onnx_model --opset_version...

## Checklist - [x] I have searched for [previous related issues](https://github.com/PaddlePaddle/PaddleX/issues) - [x] I have reviewed the [FAQ](https://paddlepaddle.github.io/PaddleX/main/FAQ.html) - [x] I have reviewed the [PaddleX documentation](https://paddlepaddle.github.io/PaddleX/main/index.html) - [x] I have...

## Checklist: - [x] 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 - [ ] 翻阅[FAQ](https://paddlepaddle.github.io/PaddleX/main/FAQ.html) - [ ] 翻阅[PaddleX 文档](https://paddlepaddle.github.io/PaddleX/main/index.html) - [ ] 确认bug是否在新版本里还未修复 ## 描述问题 ## 复现 1. 您是否已经正常运行我们提供的[教程](https://paddlepaddle.github.io/PaddleX/main/index.html)? 否 2. 您是否在教程的基础上修改代码内容?还请您提供运行的代码 无 3. 您使用的数据集是?...

## 描述问题 使用官方提供的镜像与教程安装PaddlePaddle和Paddle-custom-npu > 镜像:ccr-2vdh3abv-pub.cnc.bj.baidubce.com/device/paddle-npu:cann80T113-ubuntu20-npu-910b-base-aarch64-gcc84 > 教程:https://paddlepaddle.github.io/PaddleX/latest/other_devices_support/paddlepaddle_install_NPU.html > https://www.paddlepaddle.org.cn/documentation/docs/zh/hardware_support/npu/install_cn.html 在运行检查时,在一块npu上运行正常,在多块npu上运行异常 ![Image](https://github.com/user-attachments/assets/7082c5f1-9a01-4a66-99d6-e4b554447ccc) ![Image](https://github.com/user-attachments/assets/1738d575-e178-4196-805f-11ffecdc9ef1) 通过以下脚本调用第7、8块npu时出现错误 - 脚本: ![Image](https://github.com/user-attachments/assets/82a30036-37a4-4bf6-b1e3-5f908b5446fd) - 错误: ![Image](https://github.com/user-attachments/assets/7aa42810-a9e5-41d0-a5bf-24d0bd516697) ![Image](https://github.com/user-attachments/assets/115b3ad5-a334-4e0e-b9ad-104d32a81810) **npu情况为:** ![Image](https://github.com/user-attachments/assets/321dc8e7-dbf6-4b89-9dc6-a1bcb457551c) ## 环境 Paddle环境如下,NPU驱动为24.1 ![Image](https://github.com/user-attachments/assets/8daee22a-1bf0-470d-aecc-9befa75508d6)

I am running PaddleX in a docker container on Ubuntu 22.04 machine using the below command - docker run --gpus all --name paddlex -v $PWD:/paddle --shm-size=8g --network=host -it ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlex/paddlex:paddlex3.0.0rc1-paddlepaddle3.0.0-gpu-cuda11.8-cudnn8.9-trt8.6 /bin/bash...

用的是AI studio线上环境 运行上述代码预测,但我去查看inference里的yaml文件,里面并没有关于iou的信息