From cf32e2f7f019e334f166adb8bb59ed7fb14d4ebf Mon Sep 17 00:00:00 2001 From: wa22 Date: Wed, 29 May 2024 14:22:38 +0800 Subject: [PATCH] update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0f4baef9..3bf3fd3d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Over the past years, YOLOs have emerged as the predominant paradigm in the field **UPDATES** 🔥 -- 2024/05/29: We identify a bug in existing HuggingFace demos. Please use the input format of `BGR` for the model. Please refer to the [issue](https://github.com/THU-MIG/yolov10/issues/100#issuecomment-2136440517) for details. - 2024/05/29: Add the gradio demo for running the models locally. Thanks to [AK](https://x.com/_akhaliq)! - 2024/05/27: Thanks to [sujanshresstha](sujanshresstha) for the integration with [DeepSORT](https://github.com/sujanshresstha/YOLOv10_DeepSORT.git)! - 2024/05/27: We have updated the [checkpoints](https://github.com/THU-MIG/yolov10/releases/tag/v1.1) with other attributes, like class names, for ease of use.