diff --git a/configs/rtdetr/README.md b/configs/rtdetr/README.md index 6af6645e51bc8b170a56ebb858ce02df08c92a94..a07d0d8f8eac6e3fc2cff4e6de9bfd447c0ad186 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部分或者其他网络资源