From 91554ebfee007af9b07e9a832a078b86a3a6d91d Mon Sep 17 00:00:00 2001 From: Angela Voropinova Date: Mon, 24 Aug 2026 15:01:28 +0300 Subject: [PATCH 1/2] docs: add gratitude note to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f83aa3c00a..1723085e83 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@
+ +Thank for your project + ## Introduction YOLOX is an anchor-free version of YOLO, with a simpler design but better performance! It aims to bridge the gap between research and industrial communities. For more details, please refer to our [report on Arxiv](https://arxiv.org/abs/2107.08430). From 5a670c08fe79560c04c690436b8c507e9e8469cf Mon Sep 17 00:00:00 2001 From: Angela Voropinova Date: Tue, 25 Aug 2026 14:28:18 +0300 Subject: [PATCH 2/2] docs: update README.md to include a personal note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1723085e83..26fa7006c6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
- +Hi Amit Thank for your project ## Introduction