Skip to content

Added Image Segmentation which fixes #13516 #15409

Added Image Segmentation which fixes #13516

Added Image Segmentation which fixes #13516 #15409

Triggered via pull request October 15, 2025 14:55
Status Failure
Total duration 9s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
ruff
Process completed with exit code 1.
Ruff (B007): computer_vision/image_segmentation_sam2.py#L320
computer_vision/image_segmentation_sam2.py:320:9: B007 Loop control variable `i` not used within loop body
Ruff (E501): computer_vision/image_segmentation_sam2.py#L224
computer_vision/image_segmentation_sam2.py:224:89: E501 Line too long (100 > 88)
Ruff (ARG001): computer_vision/image_segmentation_sam2.py#L224
computer_vision/image_segmentation_sam2.py:224:51: ARG001 Unused function argument: `previous_masks`