From 18fa419ae35bfcbd27248b3eb9329f415f604366 Mon Sep 17 00:00:00 2001 From: wang-xinyu Date: Sat, 7 Nov 2020 00:17:53 +0800 Subject: [PATCH] update readme --- README.md | 1 + yolov5/README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 059259f..858529c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ All the models are implemented in pytorch or mxnet first, and export a weights f ## News +- `7 Nov 2020`. All models migrated to trt7 API, and clean up the master branch. - `29 Oct 2020`. First INT8 quantization implementation! Please check retinaface. - `23 Oct 2020`. Add a .wts model zoo for quick evaluation. - `21 Sep 2020`. [BaofengZan](https://github.com/BaofengZan) added hrnet classification and step by step tutorial(Chinese). diff --git a/yolov5/README.md b/yolov5/README.md index 182360a..5f45969 100644 --- a/yolov5/README.md +++ b/yolov5/README.md @@ -6,8 +6,8 @@ Currently, we support yolov5 v1.0(yolov5s only), v2.0, v3.0 and v3.1. - For yolov5 v3.1, please visit [yolov5 release v3.1](https://github.com/ultralytics/yolov5/releases/tag/v3.1), and use the latest commit of this repo. - For yolov5 v3.0, please visit [yolov5 release v3.0](https://github.com/ultralytics/yolov5/releases/tag/v3.0), and use the latest commit of this repo. -- For yolov5 v2.0, please visit [yolov5 release v2.0](https://github.com/ultralytics/yolov5/releases/tag/v2.0), and checkout commit ['7cd092d'](https://github.com/wang-xinyu/tensorrtx/commit/7cd092d38289123442157cf7defab78e816f4440) of this repo. -- For yolov5 v1.0, please visit [yolov5 release v1.0](https://github.com/ultralytics/yolov5/releases/tag/v1.0), and checkout commit ['0504551'](https://github.com/wang-xinyu/tensorrtx/commit/0504551c0b7d0bac5f998eda349810ba410715de) of this repo. +- For yolov5 v2.0, please visit [yolov5 release v2.0](https://github.com/ultralytics/yolov5/releases/tag/v2.0), and checkout commit ['5cfa444'](https://github.com/wang-xinyu/tensorrtx/commit/5cfa4445170eabaa54acd5ad7f469ef65a8763f1) of this repo. +- For yolov5 v1.0, please visit [yolov5 release v1.0](https://github.com/ultralytics/yolov5/releases/tag/v1.0), and checkout commit ['f09aa3b'](https://github.com/wang-xinyu/tensorrtx/commit/f09aa3bbebf4d4d37b6d3b32a1d39e1f2678a07b) of this repo. ## Config