From b0b52eec53e43548430f823e4d60032fab163228 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 2 May 2020 11:09:09 -0700 Subject: [PATCH] yolov4 tensorrt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ec31121..0329a135 100755 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Python 3.7 or later with all `pip install -U -r requirements.txt` packages inclu * [Google Colab Notebook](https://colab.research.google.com/github/ultralytics/yolov3/blob/master/tutorial.ipynb) with quick training, inference and testing examples * [GCP Quickstart](https://github.com/ultralytics/yolov3/wiki/GCP-Quickstart) * [Docker Quickstart Guide](https://github.com/ultralytics/yolov3/wiki/Docker-Quickstart) -* [A TensorRT Implementation of YOLOv3-SPP](https://github.com/wang-xinyu/tensorrtx/tree/master/yolov3-spp) +* [A TensorRT Implementation of YOLOv3 and YOLOv4](https://github.com/wang-xinyu/tensorrtx/tree/master/yolov3-spp) # Training