Skip to content

Commit

Permalink
correct tutorial link (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
developer0hye committed Aug 12, 2021
1 parent 3bfac8f commit 03a8514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/TensorRT/cpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ our C++ demo does not include the model converting or constructing like other te

## Step 1: Prepare serialized engine file

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.
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.

Check the 'model_trt.engine' file generated from Step 1, which will be automatically saved at the current demo dir.

Expand Down

0 comments on commit 03a8514

Please sign in to comment.