Commit
·
dcb1a26
1
Parent(s):
f9149d4
correct tutorial link (#442)
Browse files
demo/TensorRT/cpp/README.md
CHANGED
@@ -6,7 +6,7 @@ our C++ demo does not include the model converting or constructing like other te
|
|
6 |
|
7 |
## Step 1: Prepare serialized engine file
|
8 |
|
9 |
-
Follow the trt [python demo README](https://github.com/Megvii-BaseDetection/YOLOX/demo/TensorRT/python/README.md) to convert and save the serialized engine file.
|
10 |
|
11 |
Check the 'model_trt.engine' file generated from Step 1, which will be automatically saved at the current demo dir.
|
12 |
|
|
|
6 |
|
7 |
## Step 1: Prepare serialized engine file
|
8 |
|
9 |
+
Follow the trt [python demo README](https://github.com/Megvii-BaseDetection/YOLOX/blob/main/demo/TensorRT/python/README.md) to convert and save the serialized engine file.
|
10 |
|
11 |
Check the 'model_trt.engine' file generated from Step 1, which will be automatically saved at the current demo dir.
|
12 |
|