From 7f5724ba4b3e421d4c9162742810c52248d06ecd Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 29 Nov 2022 19:38:29 -0800 Subject: [PATCH] Correct Segmentation Comparison Plot (#10344) @AyushExel @Laughing-q updated plot here in README Addresses https://github.com/ultralytics/yolov5/pull/10245#issuecomment-1328482213 Signed-off-by: Glenn Jocher Signed-off-by: Glenn Jocher --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53d37d2bcb35..dd24a938a060 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ We're excited to announce our very first [Ultralytics Live Session](https://www.
- +
Our new YOLOv5 [release v7.0](https://github.com/ultralytics/yolov5/releases/v7.0) instance segmentation models are the fastest and most accurate in the world, beating all current [SOTA benchmarks](https://paperswithcode.com/sota/real-time-instance-segmentation-on-mscoco). We've made them super simple to train, validate and deploy. See full details in our [Release Notes](https://github.com/ultralytics/yolov5/releases/v7.0) and visit our [YOLOv5 Segmentation Colab Notebook](https://github.com/ultralytics/yolov5/blob/master/segment/tutorial.ipynb) for quickstart tutorials.