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.
Detections.from_froboflow
is deprecated and will be removed insupervision-0.22.0
. UseDetections.from_inference
instead.- The method
Color.white()
is deprecated and will be removed insupervision-0.22.0
. Use the constantColor.WHITE
instead. - The method
Color.black()
is deprecated and will be removed insupervision-0.22.0
. Use the constantColor.BLACK
instead. - The method
Color.red()
is deprecated and will be removed insupervision-0.22.0
. Use the constantColor.RED
instead. - The method
Color.green()
is deprecated and will be removed insupervision-0.22.0
. Use the constantColor.GREEN
instead. - The method
Color.blue()
is deprecated and will be removed insupervision-0.22.0
. Use the constantColor.BLUE
instead. - The method
ColorPalette.default()
is deprecated and will be removed insupervision-0.22.0
. Use the constantColorPalette.DEFAULT
instead. BoxAnnotator
is deprecated and will be removed insupervision-0.22.0
. UseBoundingBoxAnnotator
andLabelAnnotator
instead.- The method
FPSMonitor.__call__
is deprecated and will be removed insupervision-0.22.0
. Use the attributeFPSMonitor.fps
instead. - The
track_buffer
,track_thresh
, andmatch_thresh
parameters inByterTrack
are deprecated and will be removed insupervision-0.23.0
. Uselost_track_buffer,
track_activation_threshold
, andminimum_matching_threshold
instead. - The
triggering_position
parameter insv.PolygonZone
is deprecated and will be removed insupervision-0.23.0
. Usetriggering_anchors
instead. - The
frame_resolution_wh
parameter insv.PolygonZone
is deprecated and will be removed insupervision-0.24.0
.