fix(docs): 📚🐛 deprecated for "from_yolov8" desc fix

This commit is contained in:
Onuralp SEZER 2023-08-20 16:01:23 +03:00 committed by GitHub
parent 6a2203c07a
commit 8a84463aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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