Skip to content

Add Grounded SAM2 Interactive Image Segmentation to Computer Vision #16159

Add Grounded SAM2 Interactive Image Segmentation to Computer Vision

Add Grounded SAM2 Interactive Image Segmentation to Computer Vision #16159

Triggered via pull request October 28, 2025 10:07
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (E501): computer_vision/grounded_sam2_segmentation.py#L272
computer_vision/grounded_sam2_segmentation.py:272:89: E501 Line too long (112 > 88)
Ruff (EM102): computer_vision/grounded_sam2_segmentation.py#L179
computer_vision/grounded_sam2_segmentation.py:179:17: EM102 Exception must not use an f-string literal, assign to variable first
Ruff (E501): computer_vision/grounded_sam2_segmentation.py#L127
computer_vision/grounded_sam2_segmentation.py:127:89: E501 Line too long (89 > 88)
Ruff (I001): computer_vision/grounded_sam2_segmentation.py#L22
computer_vision/grounded_sam2_segmentation.py:22:1: I001 Import block is un-sorted or un-formatted