update README

This commit is contained in:
wa22 2024-05-29 13:53:09 +08:00
parent 48af6f097d
commit 718c899e7e

View File

@ -21,7 +21,7 @@ Over the past years, YOLOs have emerged as the predominant paradigm in the field
</details>
**UPDATES** 🔥
- 2024/05/29: We identify a bug in existing HuggingFace demos. Please ensure the input format is `BGR` for the model. Please refer to the [issue](https://github.com/THU-MIG/yolov10/issues/100#issuecomment-2136440517) for details.
- 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.