supervision/test/detection
SkalskiP ce7e3a1de4 Refactor clip_boxes function and enhance detections processing
Refactored the `clip_boxes` function for clarity by renaming arguments from `boxes_xyxy` and `frame_resolution_wh` to `xyxy` and `resolution_wh`, respectively. These change makes the function arguments more intuitive and improves code readability.

The processing of detections in `supervision/annotators/core.py` has been updated to include clipping of detection boxes to the image bounds before processing. This prevents errors and ensures detections beyond the image dimensions are handled correctly. Adjustments were also made in the test cases and in `polygon_zone.py` to match the updated `clip_boxes` function.
2023-10-31 18:04:13 +01:00
..
__init__.py - ColorPalette.default() added 2023-02-06 22:26:44 +01:00
test_core.py fix(pre_commit): 🎨 auto format pre-commit hooks 2023-09-21 11:35:41 +00:00
test_utils.py Refactor clip_boxes function and enhance detections processing 2023-10-31 18:04:13 +01:00