From 5b10b5099005a45332ebe7669f8480d5fc791a65 Mon Sep 17 00:00:00 2001 From: "Kin-Yiu, Wong" Date: Wed, 21 Feb 2024 18:53:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d58c916fd..6a6ba25be 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ MS COCO | [**YOLOv9-C**](https://github.com/WongKinYiu/yolov9/releases/download/v0.1/yolov9-c.pt) | 640 | **53.0%** | **70.2%** | **57.8%** | **25.5M** | **102.8G** | | [**YOLOv9-E**](https://github.com/WongKinYiu/yolov9/releases/download/v0.1/yolov9-e.pt) | 640 | **55.6%** | **72.8%** | **60.6%** | **58.1M** | **192.5G** | + + ## Installation @@ -133,7 +135,7 @@ Under construction. ## Teaser -We release parts of code of [YOLOR-Based Multi-Task Learning](https://arxiv.org/abs/2309.16921) in the repository. +Parts of code of [YOLOR-Based Multi-Task Learning](https://arxiv.org/abs/2309.16921) are released in the repository. ## Acknowledgements