Add heading to deprecations page
This commit is contained in:
parent
8570ce68e2
commit
5006f8c2f7
|
|
@ -3,6 +3,8 @@ comments: true
|
|||
status: deprecated
|
||||
---
|
||||
|
||||
# Deprecated
|
||||
|
||||
These features are phased out due to better alternatives or potential issues in future versions. Deprecated functionalities are supported for **three subsequent releases**, providing time for users to transition to updated methods.
|
||||
|
||||
- The `track_buffer`, `track_thresh`, and `match_thresh` parameters in [`ByterTrack`](trackers.md/#supervision.tracker.byte_tracker.core.ByteTrack) are deprecated and will be removed in `supervision-0.23.0`. Use `lost_track_buffer,` `track_activation_threshold`, and `minimum_matching_threshold` instead.
|
||||
|
|
|
|||
Loading…
Reference in New Issue