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 """ )