PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.82k stars 2.89k forks source link

ppyoloe转onnx模型问题,onnx-graphsurgeo包无法安装 #8829

Closed yscolc closed 8 months ago

yscolc commented 8 months ago

文档链接&描述 Document Links & Description

https://github.com/PaddlePaddle/PaddleDetection/tree/develop/deploy/end2end_ppyoloe

yscolc commented 8 months ago

其中 pip install onnx-graphsurgeon --index-url https://pypi.ngc.nvidia.com 无法使用,英伟达的这个源地址已经封闭了,第三方源地址也没有此包下载

jzhang533 commented 8 months ago

https://github.com/PaddlePaddle/PaddleDetection/tree/develop/deploy/end2end_ppyoloe

there is a typo in the doc

the correct command might be : python3 -m pip install onnx_graphsurgeon --index-url https://pypi.ngc.nvidia.com as described in this page: https://github.com/NVIDIA/TensorRT/tree/main/tools/onnx-graphsurgeon#using-prebuilt-wheels.

please be aware of the slight difference between onnx-graphsurgeon and onnx_graphsurgeon.

laugh12321 commented 8 months ago

Hello everyone!

I would like to introduce my open-source project - TensoRT-YOLO, a tool for deploying YOLO Series (Support PP-YOLOE and PP-YOLOE+) with Efficient NMS in TensorRT.

Key Features