From 1e51f564e07072d5d7bac944801f3dddddb40753 Mon Sep 17 00:00:00 2001 From: Linaom1214 Date: Tue, 2 Aug 2022 22:55:01 +0800 Subject: [PATCH] update readme (#396) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 4ad5fe3..6242ee1 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,6 @@ wget https://github.com/WongKinYiu/yolov7/releases/download/v0.1/yolov7-tiny.pt python export.py --weights ./yolov7-tiny.pt --grid --end2end --simplify --topk-all 100 --iou-thres 0.65 --conf-thres 0.35 --img-size 640 640 git clone https://github.com/Linaom1214/tensorrt-python.git python ./tensorrt-python/export.py -o yolov7-tiny.onnx -e yolov7-tiny-nms.trt -p fp16 - -# example of inference in C++ https://github.com/Linaom1214/tensorrt-python/tree/main/yolov7/cpp ``` **Pytorch to TensorRT another way** Open In Colab
Expand