From 8a84463aaa677e2aab76d4abe38e274d74bf86af Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Sun, 20 Aug 2023 16:01:23 +0300 Subject: [PATCH] =?UTF-8?q?fix(docs):=20=F0=9F=93=9A=F0=9F=90=9B=20depreca?= =?UTF-8?q?ted=20for=20"from=5Fyolov8"=20desc=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supervision/detection/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supervision/detection/core.py b/supervision/detection/core.py index 3d19feaa..9d51b45b 100644 --- a/supervision/detection/core.py +++ b/supervision/detection/core.py @@ -180,8 +180,8 @@ class Detections: @classmethod @deprecated( """ - This method is deprecated and removed in 0.16.0 release. - Use sv.Classifications.from_ultralytics() instead as it is more generic and + This method is deprecated and removed in 0.15.0 release. + Use sv.Detections.from_ultralytics() instead as it is more generic and can be used for detections from any ultralytics.engine.results.Results Object """ )