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

目标检测 为什么不加Faster RCNN 模型 是怕Faster RCNN识别率 超过 RT-DETR ppyolo 吗

#### 环境 - 操作系统:windows11 - cpu:intel i7-12700 - gpu: RTX4060TI - cuda 11.8 - paddle 3.0.0b1 #### 问题 在训练实例分割模型时报错,实例分割模型为`paddlex/configs/instance_segmentation/Mask-RT-DETR-L.yaml`,报错信息如下: ```bash ======================= Modified FLAGS detected ======================= FLAGS(name='FLAGS_win_cuda_bin_dir', current_value='E:\\develop\\minconda3\\envs\\paddle\\lib\\site-packages\\paddle\\..\\nvidia', default_value='') ======================================================================= loading...

Bumps [grpcio](https://github.com/grpc/grpc) from 1.51.3 to 1.53.2. Release notes Sourced from grpcio's releases. Release v1.53.2 This is release gRPC Core 1.53.2 (glockenspiel). For gRPC documentation, see grpc.io. For previous releases, see...

dependencies

官方demo `paddlex --pipeline OCR --model PP-OCRv4_mobile_det PP-OCRv4_mobile_rec --input https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_ocr_002.png --device cpu` 报错: AttributeError: 'OCRPipeline' object has no attribute 'update_model_name' 检查了base/pipeline.py,发现仍有这个方法,但是OCRPipeline里却没有了? PaddlePaddle 3.0.0-beta1 macOS M2

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.292 to 0.2.3. Release notes Sourced from langchain's releases. langchain==0.2.3 Release langchain==0.2.3 Changes since langchain==0.2.2 langchain[patch]: Release 0.2.3 (#22644) multiple: get rid of pyproject extras (#22581) langchain[minor]:...

dependencies
contributor

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies
contributor

表格识别训练、评估没有问题(但是根据example中的数据训练完acc一直是0),但是在执行预测命令后报错 ```bash (paddle) D:\PaddleX>python main.py -c paddlex/configs/table_recognition/SLANet.yaml ^ More? -o Global.mode=predict ^ More? -o Predict.model_dir="./output/best_accuracy" ^ More? -o Predict.input_path="./dataset/table_rec_dataset_examples/images/border_19_0TKFMWCF3STF5QF1BJ3N.jpg" ^ More? -o Global.output="output" ``` 报错信息: ```bash The device id has...

如果安装paddlepaddle==3.0.0b0 和paddlecustomdevice==3.0.0b0,则验证报错 [root@localhost dist]# python3 -c "import paddle; paddle.utils.run_check()" I0722 12:18:07.275084 1318483 init.cc:236] ENV [CUSTOM_DEVICE_ROOT]=/usr/local/python310/lib/python3.10/site-packages/paddle_custom_device I0722 12:18:07.275131 1318483 init.cc:145] Try loading custom device libs from: [/usr/local/python310/lib/python3.10/site-packages/paddle_custom_device] I0722 12:18:07.746173 1318483 custom_device.cc:1099]...

## Checklist: 1. 查找[历史相关issue](https://github.com/PaddlePaddle/PaddleX/issues)寻求解答 2. 翻阅[FAQ常见问题汇总和答疑](https://github.com/PaddlePaddle/PaddleX/blob/develop/docs/FAQ/FAQ.md) 3. 确认bug是否在新版本里还未修复 4. 翻阅[PaddleX 使用文档](https://github.com/PaddlePaddle/PaddleX/tree/develop#paddlex-%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3) ## 描述问题 PaddleOCR 不支持昇腾NPU进行训练、推理和部署 npu-smi 23.0.1 Version: 23.0.1 Acan: 8.0 RC1 PYTHON: 3.10

## 描述问题 根据[安装教程](https://github.com/PaddlePaddle/PaddleX/blob/release/3.0-beta/docs/tutorials/INSTALL.md)进行操作, ``` python -m pip install paddlepaddle==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/ git clone https://gitee.com/paddlepaddle/PaddleX.git cd PaddleX # 安装 PaddleX whl # -e:以可编辑模式安装,当前项目的代码更改,都会直接作用到已经安装的 PaddleX Wheel pip install -e . # 安装...