Skip to content

Commit

Permalink
Merge pull request roboflow#301 from onuralpszr/docs-detections-typo-fix
Browse files Browse the repository at this point in the history
fix(docs): πŸ“šπŸ› deprecated for "from_yolov8" desc fix for detection
  • Loading branch information
SkalskiP authored Aug 20, 2023
2 parents 6a2203c + 8a84463 commit 9c53bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supervision/detection/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ def from_yolov5(cls, yolov5_results) -> 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
"""
)
Expand Down

0 comments on commit 9c53bc1

Please sign in to comment.