PaddlePaddle / PaddlePaddle/FastDeploy

运行出错

Open
#2,355 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.7k
Forks
756
Avg merge
19h 28m
Merged PRs (30d)
4

Description

环境

  • 【FastDeploy版本】:
  • 【编译命令】
    git clone https://github.com/PaddlePaddle/FastDeploy.git
    cd FastDeploy/python
    export ENABLE_ORT_BACKEND=ON
    export ENABLE_PADDLE_BACKEND=ON
    export ENABLE_OPENVINO_BACKEND=ON
    export ENABLE_VISION=ON
    export ENABLE_TEXT=ON
    export ENABLE_TRT_BACKEND=ON
    export WITH_GPU=ON
    export TRT_DIRECTORY=/Paddle/TensorRT-8.6.1.6
    export CUDA_DIRECTORY=/usr/local/cuda

export OPENCV_DIRECTORY=/usr/lib/x86_64-linux-gnu/cmake/opencv4 \

python setup.py build
python setup.py bdist_wheel

  • 【系统平台】: Linux x64

  • 【硬件】: Nvidia GPU 4090, CUDA 11.7 CUDNN 8.9

  • 【编译语言】: Python3.8等

  • 【模型跑不通】
    image

我的执行脚本:

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report names python/setup.py and a Linux x64 build using GPU-related environment settings, but the actual error and execution script are only shown in images. Start by reproducing the build and model run from the listed commands, then inspect the uploaded error details; done requires identifying a reproducible failure and documenting or fixing its cause.

Written by the indexing model from the issue text.

Assessment

Tech stack
opencv, python
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.