Closed yscolc closed 8 months ago
其中 pip install onnx-graphsurgeon --index-url https://pypi.ngc.nvidia.com 无法使用,英伟达的这个源地址已经封闭了,第三方源地址也没有此包下载
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.
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.
文档链接&描述 Document Links & Description
https://github.com/PaddlePaddle/PaddleDetection/tree/develop/deploy/end2end_ppyoloe