fix(docs): 📚🐛 deprecated for "from_yolov8" desc fix
This commit is contained in:
parent
6a2203c07a
commit
8a84463aaa
|
|
@ -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
|
||||
"""
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue