From ec37e66685f3bc5a38cd13f60685acea175922e1 Mon Sep 17 00:00:00 2001 From: Wenyu Date: Wed, 10 May 2023 19:04:20 +0800 Subject: [PATCH] update, test=document_fix (#8228) --- configs/rtdetr/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/rtdetr/README.md b/configs/rtdetr/README.md index 6af6645e5..a07d0d8f8 100644 --- a/configs/rtdetr/README.md +++ b/configs/rtdetr/README.md @@ -123,7 +123,7 @@ paddle2onnx --model_dir=./output_inference/rtdetr_r50vd_6x_coco/ \ 3. 转换成TensorRT(可选) - 确保TensorRT的版本>=8.5.1 -- 推理可以[参考例子的部分代码](https://github.com/lyuwenyu/AI/tree/master/rt)或者其他网络资源 +- TRT推理可以参考[RT-DETR](https://github.com/lyuwenyu/RT-DETR)的部分代码或者其他网络资源 ```shell trtexec --onnx=./rtdetr_r50vd_6x_coco.onnx \ @@ -163,10 +163,10 @@ paddle.flops(model, None, blob, custom_ops=None, print_detail=False) -
+
2. YOLOs端到端速度测速 -- 可以[参考的部分代码](https://github.com/lyuwenyu/AI/tree/master/rt)或者其他网络资源 +- 可以参考[RT-DETR](https://github.com/lyuwenyu/RT-DETR) benchmark部分或者其他网络资源
-- GitLab