diff --git a/README.md b/README.md index eaaf0cf..bd0e68a 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ If you want to profile the TensorRT engine: Usage: ``` shell -python3 profile.py --engine yolov8s.engine --device cuda:0 +python3 trt-profile.py --engine yolov8s.engine --device cuda:0 ``` # Refuse To Use PyTorch for Model Inference !!! diff --git a/profile.py b/trt-profile.py similarity index 100% rename from profile.py rename to trt-profile.py