Add Grounded SAM2 Interactive Image Segmentation to Computer Vision #16159
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
|